X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fwavfront.c;fp=sound%2Foss%2Fwavfront.c;h=1dec3958cc7b0494aea66ded7f34b635a6625fb6;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=b1a4eeb9dc083fb3dff34e48be328e64a48b1d50;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/sound/oss/wavfront.c b/sound/oss/wavfront.c index b1a4eeb9d..1dec3958c 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, - SA_INTERRUPT|SA_SHIRQ, + IRQF_DISABLED|IRQF_SHARED, "wavefront synth", &dev) < 0) { printk (KERN_WARNING LOGNAME "IRQ %d not available!\n", dev.irq);