ASoC: tlv320aic3x: Remove needless power off from aic3x_set_bias_level
authorJarkko Nikula <jhnikula@gmail.com>
Mon, 26 Apr 2010 12:49:12 +0000 (15:49 +0300)
committerLiam Girdwood <lrg@slimlogic.co.uk>
Tue, 27 Apr 2010 10:08:06 +0000 (11:08 +0100)
commitd3235c4ac17b7f2a9c64cc3ebc71e23d1d1fa466
tree72cb304a62e75f98a109f2548cdc5b04f0757e79
parentc6de6e03009efaa56baeb98da8bbcce0c6c889a6
ASoC: tlv320aic3x: Remove needless power off from aic3x_set_bias_level

These ADC, DAC and output pin power off commands are needless in
aic3x_set_bias_level since they are not enabled in aic3x_init and they are
defined in aic3x_dapm_widgets so the ASoC DAPM will take care of them
anyway.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/codecs/tlv320aic3x.c