aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2014-11-23 07:37:48 -0500
committerMark Brown <broonie@kernel.org>2014-11-24 13:44:07 -0500
commit0cb6b1419ec864996835991a62788c588693f27d (patch)
treedd654a0ec307fdd7781f7b33c0795546f5bd9c62
parent5bc39b50fd3f9e3585e0cb1cf7d7da979a063848 (diff)
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 <lars@metafoo.de> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/codecs/wm9713.c2
1 files changed, 0 insertions, 2 deletions
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)
1203 if (ret < 0) 1203 if (ret < 0)
1204 goto reset_err; 1204 goto reset_err;
1205 1205
1206 wm9713_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
1207
1208 /* unmute the adc - move to kcontrol */ 1206 /* unmute the adc - move to kcontrol */
1209 reg = ac97_read(codec, AC97_CD) & 0x7fff; 1207 reg = ac97_read(codec, AC97_CD) & 0x7fff;
1210 ac97_write(codec, AC97_CD, reg); 1208 ac97_write(codec, AC97_CD, reg);