X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=sound%2Fpci%2Fals300.c;h=a9c38963188a2551f5bdd596e4c093469537de47;hb=c0bc8721b8d0380ec69fa97578c91201201b05a9;hp=901b08ae91745f6f820f9b7cde3a4adc29e2a8ba;hpb=8d4ee71ff6de5255ebfdf44fb83419d27bd06368;p=powerpc.git diff --git a/sound/pci/als300.c b/sound/pci/als300.c index 901b08ae91..a9c3896318 100644 --- a/sound/pci/als300.c +++ b/sound/pci/als300.c @@ -724,7 +724,7 @@ static int __devinit snd_als300_create(snd_card_t *card, else irq_handler = snd_als300_interrupt; - if (request_irq(pci->irq, irq_handler, SA_INTERRUPT|SA_SHIRQ, + if (request_irq(pci->irq, irq_handler, IRQF_DISABLED|IRQF_SHARED, card->shortname, (void *)chip)) { snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq); snd_als300_free(chip);