Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254991
b: refs/heads/master
c: b35e160
h: refs/heads/master
i:
  254989: 6172fef
  254987: 67c44cf
  254983: eff5a5a
  254975: e591ca2
v: v3
  • Loading branch information
Mark Brown committed Jul 15, 2011
1 parent 05d3c6a commit 078528f
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: 2c7beb9285342e96f2ebd8ae24d708484e443a7d
refs/heads/master: b35e160a111aa9ae3fad6294e038be20d0da721b
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,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 078528f

Please sign in to comment.