|
@@ -234,7 +234,9 @@ int snd_sbdsp_create(struct snd_card *card,
|
|
chip->dma16 = -1;
|
|
chip->dma16 = -1;
|
|
chip->port = port;
|
|
chip->port = port;
|
|
|
|
|
|
- if (request_irq(irq, irq_handler, hardware == SB_HW_ALS4000 ?
|
|
|
|
|
|
+ if (request_irq(irq, irq_handler,
|
|
|
|
+ (hardware == SB_HW_ALS4000 ||
|
|
|
|
+ hardware == SB_HW_CS5530) ?
|
|
IRQF_SHARED : IRQF_DISABLED,
|
|
IRQF_SHARED : IRQF_DISABLED,
|
|
"SoundBlaster", (void *) chip)) {
|
|
"SoundBlaster", (void *) chip)) {
|
|
snd_printk(KERN_ERR "sb: can't grab irq %d\n", irq);
|
|
snd_printk(KERN_ERR "sb: can't grab irq %d\n", irq);
|