Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270904
b: refs/heads/master
c: 9f9619a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 20, 2011
1 parent c6f59ee commit 83908a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24441e17feb57668e4c5013750cef549bf3c4861
refs/heads/master: 9f9619a0785f8eee42edf731fd18189faa5a7ce8
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm9081.c
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ static int wm9081_set_bias_level(struct snd_soc_codec *codec,
/* VMID 2*240k */
reg = snd_soc_read(codec, WM9081_BIAS_CONTROL_1);
reg &= ~WM9081_VMID_SEL_MASK;
reg |= 0x40;
reg |= 0x04;
snd_soc_write(codec, WM9081_VMID_CONTROL, reg);

/* Standby bias current on */
Expand Down

0 comments on commit 83908a8

Please sign in to comment.