Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270875
b: refs/heads/master
c: 790f932
h: refs/heads/master
i:
  270873: 554f722
  270871: 8e6e782
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 14, 2011
1 parent a14a77c commit 1988d4c
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: 1a8e8d2234cfc89ee055205bd247b2184c6e5f2d
refs/heads/master: 790f932500061ce49c52ef9dbd48fbfbdeb631c5
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8990.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ static int inmixer_event(struct snd_soc_dapm_widget *w,
(1 << WM8990_AINRMUX_PWR_BIT))) {
reg |= WM8990_AINR_ENA;
} else {
reg &= ~WM8990_AINL_ENA;
reg &= ~WM8990_AINR_ENA;
}
snd_soc_write(w->codec, WM8990_POWER_MANAGEMENT_2, reg);

Expand Down

0 comments on commit 1988d4c

Please sign in to comment.