]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/isa/ad1848/ad1848_lib.c
[ARM] nommu: allows to support module in nommu
[linux-2.6-omap-h63xx.git] / sound / isa / ad1848 / ad1848_lib.c
index e0f8baa843b9c02cc31314f2cb149d98e41d8043..e711f87d5fd1a3f20854da2d510d56ffd2b5bbb7 100644 (file)
@@ -902,7 +902,7 @@ int snd_ad1848_create(struct snd_card *card,
                snd_ad1848_free(chip);
                return -EBUSY;
        }
-       if (request_irq(irq, snd_ad1848_interrupt, SA_INTERRUPT, "AD1848", (void *) chip)) {
+       if (request_irq(irq, snd_ad1848_interrupt, IRQF_DISABLED, "AD1848", (void *) chip)) {
                snd_printk(KERN_ERR "ad1848: can't grab IRQ %d\n", irq);
                snd_ad1848_free(chip);
                return -EBUSY;