ASoC: fsl: imx-wm8962: Don't update bias_level in machine driver
authorNicolin Chen <b42378@freescale.com>
Fri, 6 Dec 2013 15:38:28 +0000 (23:38 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 9 Dec 2013 17:51:00 +0000 (17:51 +0000)
commit5dfc03f141993c101c626c84d639019e98a4f39c
tree69ad2fe82c2a2e5c7ae03cab60cb54bff242b947
parent6c7ef410c986db7e57b83231427e4606a225606b
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>
sound/soc/fsl/imx-wm8962.c