]> Pileus Git - ~andy/linux/blobdiff - sound/drivers/serial-u16550.c
ALSA: hda - Disable power-widget control for IDT 92HD83/93 as default
[~andy/linux] / sound / drivers / serial-u16550.c
index a25fb7b1f4414c883a4a0e071f26099f389085b1..fc1d822802c360b5a072ac88ea23bf3658ef32fd 100644 (file)
@@ -816,7 +816,7 @@ static int __devinit snd_uart16550_create(struct snd_card *card,
 
        if (irq >= 0 && irq != SNDRV_AUTO_IRQ) {
                if (request_irq(irq, snd_uart16550_interrupt,
-                               IRQF_DISABLED, "Serial MIDI", uart)) {
+                               0, "Serial MIDI", uart)) {
                        snd_printk(KERN_WARNING
                                   "irq %d busy. Using Polling.\n", irq);
                } else {