summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
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);