]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/drivers/mtpav.c
[ALSA] Move CONFIG_SND_AC97_POWER_SAVE to pci/Kconfig
[linux-2.6-omap-h63xx.git] / sound / drivers / mtpav.c
index 474eed06e70f731768432b9959082eb1f213f9b2..e064d6c5685bcf4939422798989caf7b0e00a94d 100644 (file)
@@ -590,7 +590,7 @@ static int __init snd_mtpav_get_ISA(struct mtpav * mcard)
                return -EBUSY;
        }
        mcard->port = port;
-       if (request_irq(irq, snd_mtpav_irqh, SA_INTERRUPT, "MOTU MTPAV", mcard)) {
+       if (request_irq(irq, snd_mtpav_irqh, IRQF_DISABLED, "MOTU MTPAV", mcard)) {
                snd_printk("MTVAP IRQ %d busy\n", irq);
                return -EBUSY;
        }