From: Lars-Peter Clausen Date: Sun, 23 Nov 2014 12:37:48 +0000 (+0100) Subject: ASoC: wm9713: Cleanup manual bias level transitions X-Git-Tag: v3.19-rc1~119^2~20^2^4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0cb6b1419ec864996835991a62788c588693f27d;p=karo-tx-linux.git ASoC: wm9713: Cleanup manual bias level transitions 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 Acked-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index ac13fc8f5c70..e977b13bacfa 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c @@ -1203,8 +1203,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);