diff options
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index b6d5b9570efb..69528ae5410c 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -1270,6 +1270,8 @@ static void hp_amp_power(struct snd_soc_codec *codec, int on) | |||
1270 | snd_soc_update_bits(codec, RT5645_PWR_ANLG1, | 1270 | snd_soc_update_bits(codec, RT5645_PWR_ANLG1, |
1271 | RT5645_PWR_HP_L | RT5645_PWR_HP_R | | 1271 | RT5645_PWR_HP_L | RT5645_PWR_HP_R | |
1272 | RT5645_PWR_HA, 0); | 1272 | RT5645_PWR_HA, 0); |
1273 | snd_soc_update_bits(codec, RT5645_DEPOP_M2, | ||
1274 | RT5645_DEPOP_MASK, 0); | ||
1273 | } | 1275 | } |
1274 | } | 1276 | } |
1275 | } | 1277 | } |