[alsa-devel] [PATCH 32/32] ASoC: wm9713: Cleanup manual bias level transitions
Lars-Peter Clausen
lars at metafoo.de
Sun Nov 23 13:37:48 CET 2014
The manual transition to SND_SOC_BIAS_STANDBY at the end of CODEC probe()
can also be removed as the core will automatically do this after the CODEC
has been probed.
Signed-off-by: Lars-Peter Clausen <lars at metafoo.de>
---
sound/soc/codecs/wm9713.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c
index 6c95d98b..5df7f6d 100644
--- a/sound/soc/codecs/wm9713.c
+++ b/sound/soc/codecs/wm9713.c
@@ -1236,8 +1236,6 @@ static int wm9713_soc_probe(struct snd_soc_codec *codec)
if (ret < 0)
goto reset_err;
- wm9713_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
-
/* unmute the adc - move to kcontrol */
reg = ac97_read(codec, AC97_CD) & 0x7fff;
ac97_write(codec, AC97_CD, reg);
--
1.8.0
More information about the Alsa-devel
mailing list