Selaa lähdekoodia

ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver

If we update it here, the set_bias_level() of Codec driver won't be normally
called and we will then miss some essential procedures in set_bias_level() of
the Codec driver. Thus drop it.

Signed-off-by: Nicolin Chen <b42378@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Nicolin Chen 11 vuotta sitten
vanhempi
commit
5dfc03f141
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      sound/soc/fsl/imx-wm8962.c

+ 0 - 2
sound/soc/fsl/imx-wm8962.c

@@ -130,8 +130,6 @@ static int imx_wm8962_set_bias_level(struct snd_soc_card *card,
 		break;
 	}
 
-	dapm->bias_level = level;
-
 	return 0;
 }