Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257599
b: refs/heads/master
c: 47d90a0
h: refs/heads/master
i:
  257597: f4974fc
  257595: 1d24fb1
  257591: c65fa74
  257583: 58cbe1b
  257567: a5fbfea
  257535: eb967fc
v: v3
  • Loading branch information
Mark Brown committed Jul 15, 2011
1 parent 0d61ad0 commit 72a2f78
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: 58499906c8e9a87b4b65435effca733802c9b57d
refs/heads/master: 47d90a03ebd44951060a6284316ecd0cb3aaf3e2
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@ static void wm8958_default_micdet(u16 status, void *data)
report = SND_JACK_MICROPHONE;

/* Everything else is buttons; just assign slots */
if (status & 0x1c0)
if (status & 0x1c)
report |= SND_JACK_BTN_0;

done:
Expand Down

0 comments on commit 72a2f78

Please sign in to comment.