Merge branch 'topic/asoc' into for-linus
[pandora-kernel.git] / sound / soc / codecs / tlv320dac33.c
index 3f4920d..dc8a2b2 100644 (file)
@@ -1419,7 +1419,7 @@ static int dac33_soc_probe(struct snd_soc_codec *codec)
        /* Check if the IRQ number is valid and request it */
        if (dac33->irq >= 0) {
                ret = request_irq(dac33->irq, dac33_interrupt_handler,
-                                 IRQF_TRIGGER_RISING | IRQF_DISABLED,
+                                 IRQF_TRIGGER_RISING,
                                  codec->name, codec);
                if (ret < 0) {
                        dev_err(codec->dev, "Could not request IRQ%d (%d)\n",