diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2015-09-23 02:35:29 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-23 13:59:10 -0400 |
commit | 4f4794124e0421b080a0f1f5f1207636ba55eb85 (patch) | |
tree | 56560cf1b0a9c50832fa56f21399f2e23f989c1d | |
parent | 21cb13e72b02dbbb5a02477d4dd46bc2bc1cfd08 (diff) |
ASoC: rt5645: Increase the delay time to remove the pop sound
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt5645.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c index 25c34fbae307..61384ee989fc 100644 --- a/sound/soc/codecs/rt5645.c +++ b/sound/soc/codecs/rt5645.c | |||
@@ -1381,7 +1381,7 @@ static void hp_amp_power(struct snd_soc_codec *codec, int on) | |||
1381 | regmap_write(rt5645->regmap, RT5645_PR_BASE + | 1381 | regmap_write(rt5645->regmap, RT5645_PR_BASE + |
1382 | RT5645_MAMP_INT_REG2, 0xfc00); | 1382 | RT5645_MAMP_INT_REG2, 0xfc00); |
1383 | snd_soc_write(codec, RT5645_DEPOP_M2, 0x1140); | 1383 | snd_soc_write(codec, RT5645_DEPOP_M2, 0x1140); |
1384 | mdelay(5); | 1384 | msleep(40); |
1385 | rt5645->hp_on = true; | 1385 | rt5645->hp_on = true; |
1386 | } else { | 1386 | } else { |
1387 | /* depop parameters */ | 1387 | /* depop parameters */ |