]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - sound/drivers/mpu401/mpu401.c
ALSA: mpu401: clean up interrupt specification
[linux-imx.git] / sound / drivers / mpu401 / mpu401.c
index 149d05a8202d58bf381c3eb059e3302f89e2a188..1c02852aceea771f82f9d4a9b424c86bc8e93f83 100644 (file)
@@ -86,8 +86,7 @@ static int snd_mpu401_create(int dev, struct snd_card **rcard)
        }
 
        err = snd_mpu401_uart_new(card, 0, MPU401_HW_MPU401, port[dev], 0,
-                                 irq[dev], irq[dev] >= 0 ? IRQF_DISABLED : 0,
-                                 NULL);
+                                 irq[dev], NULL);
        if (err < 0) {
                printk(KERN_ERR "MPU401 not detected at 0x%lx\n", port[dev]);
                goto _err;