Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270625
b: refs/heads/master
c: 548aae8
h: refs/heads/master
i:
  270623: 2f53ec4
v: v3
  • Loading branch information
Bas Vermeulen authored and Mark Brown committed Sep 21, 2011
1 parent be3fffe commit f0909b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06c15baf90fc47eca1dc19e1f8ab26a7e159e173
refs/heads/master: 548aae8cc497397310c66c336ed9c4f7dd5be4f4
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/88pm860x-codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f0909b2

Please sign in to comment.