Re: IRQ Routing Problem on ALi Chipset Laptop (HP Pavilion N5425)

From: Pavel Machek (pavel@suse.cz)
Date: Sat Dec 08 2001 - 18:04:52 EST


Hi!

So I investigated a little more, and maestro3 soundcard is also hooked
at irq 11 -- with this *very* cruel hack it works for me (at least
playback).

--- clean/drivers/sound/maestro3.c Thu Oct 11 18:43:30 2001
+++ linux/drivers/sound/maestro3.c Sat Dec 8 23:39:28 2001
@@ -2685,7 +2683,7 @@
         }
     }
     
- if(request_irq(card->irq, m3_interrupt, SA_SHIRQ, card_names[card->card_type], card)) {
+ if(request_irq(11 /* card->irq Gross hack */, m3_interrupt, SA_SHIRQ, card_names[card->card_type], card)) {
 
         printk(KERN_ERR PFX "unable to allocate irq %d,\n", card->irq);
 

                                                                Pavel

-- 
"I do not steal MS software. It is not worth it."
                                -- Pavel Kankovsky
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 15 2001 - 21:00:14 EST