From f0909b296155bc9d2f86cd25eba9775a30782f97 Mon Sep 17 00:00:00 2001 From: Bas Vermeulen Date: Mon, 19 Sep 2011 13:09:10 +0200 Subject: [PATCH] --- yaml --- r: 270625 b: refs/heads/master c: 548aae8cc497397310c66c336ed9c4f7dd5be4f4 h: refs/heads/master i: 270623: 2f53ec42520f4592d1687af4571a38a5087faeb0 v: v3 --- [refs] | 2 +- trunk/sound/soc/codecs/88pm860x-codec.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bc634a2913ba..7120e6bbe09e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 06c15baf90fc47eca1dc19e1f8ab26a7e159e173 +refs/heads/master: 548aae8cc497397310c66c336ed9c4f7dd5be4f4 diff --git a/trunk/sound/soc/codecs/88pm860x-codec.c b/trunk/sound/soc/codecs/88pm860x-codec.c index 0198dbba3fc8..df7b4a0989c6 100644 --- a/trunk/sound/soc/codecs/88pm860x-codec.c +++ b/trunk/sound/soc/codecs/88pm860x-codec.c @@ -1179,6 +1179,9 @@ static int pm860x_set_bias_level(struct snd_soc_codec *codec, case SND_SOC_BIAS_STANDBY: if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) { /* Enable Audio PLL & Audio section */ + data = AUDIO_PLL | AUDIO_SECTION_ON; + pm860x_reg_write(codec->control_data, REG_MISC2, data); + udelay(300); data = AUDIO_PLL | AUDIO_SECTION_RESET | AUDIO_SECTION_ON; pm860x_reg_write(codec->control_data, REG_MISC2, data);