X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fwavfront.c;fp=sound%2Foss%2Fwavfront.c;h=b1a4eeb9dc083fb3dff34e48be328e64a48b1d50;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1dec3958cc7b0494aea66ded7f34b635a6625fb6;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/sound/oss/wavfront.c b/sound/oss/wavfront.c index 1dec3958c..b1a4eeb9d 100644 --- a/sound/oss/wavfront.c +++ b/sound/oss/wavfront.c @@ -2268,7 +2268,7 @@ static int __init wavefront_hw_reset (void) } if (request_irq (dev.irq, wavefrontintr, - IRQF_DISABLED|IRQF_SHARED, + SA_INTERRUPT|SA_SHIRQ, "wavefront synth", &dev) < 0) { printk (KERN_WARNING LOGNAME "IRQ %d not available!\n", dev.irq);