summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorRene Houle <rhoule@nvidia.com>2014-05-29 14:52:50 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2014-06-09 04:06:25 -0700
commit5639bc469917f34aca2d46a7f704ad4298abfd0e (patch)
treedaa9aafee69a831a60273584611c8bc07063c8d8 /sound
parentbfe8d29a046eda1c3e285fdbf8079b0def0edea2 (diff)
Update from Realtek to resolve speaker pop noise coming back from LP0
Bug 200006476 Change-Id: I8269a39840a4e887f8c0405457f9484fd2956e9b Signed-off-by: Rene Houle <rhoule@nvidia.com> Reviewed-on: http://git-master/r/418512 Reviewed-by: Pierre Gervais <pgervais@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/rt5639.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5639.c b/sound/soc/codecs/rt5639.c
index 3867b9e08387..badfb4d520c9 100644
--- a/sound/soc/codecs/rt5639.c
+++ b/sound/soc/codecs/rt5639.c
@@ -2974,7 +2974,7 @@ static int rt5639_set_bias_level(struct snd_soc_codec *codec,
RT5639_PWR_BG | RT5639_PWR_VREF2,
RT5639_PWR_VREF1 | RT5639_PWR_MB |
RT5639_PWR_BG | RT5639_PWR_VREF2);
- msleep(5);
+ mdelay(20);
snd_soc_update_bits(codec, RT5639_PWR_ANLG1,
RT5639_PWR_FV1 | RT5639_PWR_FV2,
RT5639_PWR_FV1 | RT5639_PWR_FV2);