linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / sound / isa / sb / sb_common.c
index f17de2b..f343a82 100644 (file)
@@ -232,7 +232,7 @@ int snd_sbdsp_create(struct snd_card *card,
        chip->port = port;
        
        if (request_irq(irq, irq_handler, hardware == SB_HW_ALS4000 ?
-                       IRQF_DISABLED | IRQF_SHARED : IRQF_DISABLED,
+                       SA_INTERRUPT | SA_SHIRQ : SA_INTERRUPT,
                        "SoundBlaster", (void *) chip)) {
                snd_printk(KERN_ERR "sb: can't grab irq %d\n", irq);
                snd_sbdsp_free(chip);