Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270534
b: refs/heads/master
c: e6ef587
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Aug 22, 2011
1 parent 56d59d2 commit 9fd6d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f88a4e5785fbf4db9a2c7e16670e1f19e6566d2
refs/heads/master: e6ef58700a8afba46f2aa98a0de12c35e4b1f295
3 changes: 3 additions & 0 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3570,6 +3570,9 @@ static irqreturn_t wm8962_irq(int irq, void *data)
active = snd_soc_read(codec, WM8962_INTERRUPT_STATUS_2);
active &= ~mask;

if (!active)
return IRQ_NONE;

/* Acknowledge the interrupts */
snd_soc_write(codec, WM8962_INTERRUPT_STATUS_2, active);

Expand Down

0 comments on commit 9fd6d96

Please sign in to comment.