X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=sound%2Fpci%2Fvia82xx.c;h=a572b018807fff08d52efd5686349a8fc7bd8aa7;hb=437a5a4606c12ab904793a7cad5b2062fc76c04e;hp=674b8429247b5acacc89ef067520b42cb477888e;hpb=01f681da496831eb3aff5a908cefdafe74dd263b;p=safe%2Fjmp%2Flinux-2.6 diff --git a/sound/pci/via82xx.c b/sound/pci/via82xx.c index 674b842..a572b01 100644 --- a/sound/pci/via82xx.c +++ b/sound/pci/via82xx.c @@ -2307,7 +2307,7 @@ static int __devinit snd_via82xx_create(struct snd_card *card, if (request_irq(pci->irq, chip_type == TYPE_VIA8233 ? snd_via8233_interrupt : snd_via686_interrupt, - IRQF_DISABLED|IRQF_SHARED, + IRQF_SHARED, card->driver, chip)) { snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); snd_via82xx_free(chip);