Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270872
b: refs/heads/master
c: 3f387a2
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 14, 2011
1 parent 8e6e782 commit 1ec6d2f
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: 370f464533c455864f2f5ce100eee361263e144f
refs/heads/master: 3f387a217044b3aa7785062aaa9113aa3cc729c0
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8991.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ static int inmixer_event(struct snd_soc_dapm_widget *w,
(1 << WM8991_AINRMUX_PWR_BIT)))
reg |= WM8991_AINR_ENA;
else
reg &= ~WM8991_AINL_ENA;
reg &= ~WM8991_AINR_ENA;

snd_soc_write(w->codec, WM8991_POWER_MANAGEMENT_2, reg);
return 0;
Expand Down

0 comments on commit 1ec6d2f

Please sign in to comment.