]> Git Repo - linux.git/blobdiff - sound/soc/codecs/wm8962.c
Merge branch 'for-2.6.37' into for-2.6.38
[linux.git] / sound / soc / codecs / wm8962.c
index cf4b2722648a09606b75de3a72356b513bc6eb3e..f0c9d2691842acb91c3cc331b03d5465b1c7f452 100644 (file)
@@ -3339,7 +3339,7 @@ static irqreturn_t wm8962_irq(int irq, void *data)
        int mask;
        int active;
 
-       mask = snd_soc_read(codec, WM8962_INTERRUPT_STATUS_2);
+       mask = snd_soc_read(codec, WM8962_INTERRUPT_STATUS_2_MASK);
 
        active = snd_soc_read(codec, WM8962_INTERRUPT_STATUS_2);
        active &= ~mask;
This page took 0.030491 seconds and 4 git commands to generate.