[PATCH] irq-flags: sound: Use the new IRQF_ constants
[deliverable/linux.git] / sound / pci / cs5535audio / cs5535audio.c
index 91c18a11fe87d24eae508ffc0d583512d7228aa5..c12b24c679f2e1402150449d597c75c47a30b6de 100644 (file)
@@ -321,7 +321,7 @@ static int __devinit snd_cs5535audio_create(struct snd_card *card,
        cs5535au->port = pci_resource_start(pci, 0);
 
        if (request_irq(pci->irq, snd_cs5535audio_interrupt,
-                       SA_INTERRUPT|SA_SHIRQ, "CS5535 Audio", cs5535au)) {
+                       IRQF_DISABLED|IRQF_SHARED, "CS5535 Audio", cs5535au)) {
                snd_printk("unable to grab IRQ %d\n", pci->irq);
                err = -EBUSY;
                goto sndfail;
This page took 0.039059 seconds and 5 git commands to generate.