Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321364
b: refs/heads/master
c: 9d40e55
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 31, 2012
1 parent 1ce8f93 commit 6929155
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: d0e3cce9144eb8bff0852531aadbe221addaa2d5
refs/heads/master: 9d40e5582c9c4cfb6977ba2a0ca9c2ed82c56f21
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,9 @@ static int wm8962_set_bias_level(struct snd_soc_codec *codec,
/* VMID 2*250k */
snd_soc_update_bits(codec, WM8962_PWR_MGMT_1,
WM8962_VMID_SEL_MASK, 0x100);

if (codec->dapm.bias_level == SND_SOC_BIAS_OFF)
msleep(100);
break;

case SND_SOC_BIAS_OFF:
Expand Down

0 comments on commit 6929155

Please sign in to comment.