aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-12-06 23:38:28 +0800
committerMark Brown <broonie@linaro.org>2013-12-09 17:51:00 +0000
commit5dfc03f141993c101c626c84d639019e98a4f39c (patch)
tree69ad2fe82c2a2e5c7ae03cab60cb54bff242b947 /sound
parentASoC: fsl: set correct platform drvdata in pcm030_fabric_probe() (diff)
downloadlinux-dev-5dfc03f141993c101c626c84d639019e98a4f39c.tar.xz
linux-dev-5dfc03f141993c101c626c84d639019e98a4f39c.zip
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>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/fsl/imx-wm8962.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/imx-wm8962.c b/sound/soc/fsl/imx-wm8962.c
index 72064e995687..72718e19a3c7 100644
--- a/sound/soc/fsl/imx-wm8962.c
+++ b/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;
}