diff options
-rw-r--r-- | sound/soc/codecs/wm9713.c | 2 |
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); |