Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293255
b: refs/heads/master
c: 7c08b51
h: refs/heads/master
i:
  293253: 6ae9692
  293251: fc86b24
  293247: d140855
v: v3
  • Loading branch information
Mark Brown committed Jan 26, 2012
1 parent 2ec894c commit 0a70d9c
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: d7b3557077ee1620fbc290e5577bbb7d65063ab1
refs/heads/master: 7c08b51f2fbb76b768d78ca6b0e13155d2c1e811
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm8994.c
Original file line number Diff line number Diff line change
Expand Up @@ -3089,7 +3089,7 @@ static void wm8958_default_micdet(u16 status, void *data)
}


if (wm8994->mic_detecting && status & 0x4) {
if (wm8994->mic_detecting && status & 0xfc) {
dev_dbg(codec->dev, "Detected headphone\n");
wm8994->mic_detecting = false;

Expand Down

0 comments on commit 0a70d9c

Please sign in to comment.