]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - sound/pci/riptide/riptide.c
ALSA: mpu401: clean up interrupt specification
[linux-imx.git] / sound / pci / riptide / riptide.c
index e34ae14908b312df02b4c5708c924415b09d7cf5..88cc776aa38b1bb7d41c2c35d8f6c91d3c50b290 100644 (file)
@@ -2109,7 +2109,7 @@ snd_card_riptide_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
                val = mpu_port[dev];
                pci_write_config_word(chip->pci, PCI_EXT_MPU_Base, val);
                err = snd_mpu401_uart_new(card, 0, MPU401_HW_RIPTIDE,
-                                         val, 0, chip->irq, 0,
+                                         val, MPU401_INFO_IRQ_HOOK, -1,
                                          &chip->rmidi);
                if (err < 0)
                        snd_printk(KERN_WARNING