Skip to content

Commit

Permalink
ASoC: rt5645: Increase the delay time to imporve the HP pop noise
Browse files Browse the repository at this point in the history
Unmuting headphone has pop noise in particular hardware design. So we extend
the delay time in headphone unmuting sequence to avoid pop.

Signed-off-by: John Lin <john.lin@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
John Lin authored and Mark Brown committed Nov 16, 2015
1 parent 7099ee8 commit 91ed37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/rt5645.c
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ static void hp_amp_power(struct snd_soc_codec *codec, int on)
regmap_write(rt5645->regmap, RT5645_PR_BASE +
RT5645_MAMP_INT_REG2, 0xfc00);
snd_soc_write(codec, RT5645_DEPOP_M2, 0x1140);
msleep(40);
msleep(70);
rt5645->hp_on = true;
} else {
/* depop parameters */
Expand Down

0 comments on commit 91ed37e

Please sign in to comment.