X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=sound%2Foss%2Fnm256_audio.c;h=7760dddf2b32e4ddf1f44ef845c346e18e3f80a4;hp=6e662ac009ae5f2ff04a08c8b86235be17da12ff;hb=9c724357f432df5ddc83a62c8168414a604cd420;hpb=2edc322d420a4cec8dbc184a1220ecd7fa9f8ae6 diff --git a/sound/oss/nm256_audio.c b/sound/oss/nm256_audio.c index 6e662ac009ae..7760dddf2b32 100644 --- a/sound/oss/nm256_audio.c +++ b/sound/oss/nm256_audio.c @@ -733,7 +733,7 @@ static int nm256_grabInterrupt (struct nm256_info *card) { if (card->has_irq++ == 0) { - if (request_irq (card->irq, card->introutine, SA_SHIRQ, + if (request_irq (card->irq, card->introutine, IRQF_SHARED, "NM256_audio", card) < 0) { printk (KERN_ERR "NM256: can't obtain IRQ %d\n", card->irq); return -1;