lkml.org 
[lkml]   [2004]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: irq 7: nobody cared! (intel8x0 sound / 2.6.2-rc3-mm1)
From
Date
Moins,

* On Tue, 10 Feb 2004 20:05:35 +0100, Takashi Iwai <tiwai@suse.de> said:

> ok then really some unknown status bits are set.
> the attached patch should fix this problem anyway.

> --- linux/sound/pci/intel8x0.c 6 Feb 2004 17:47:49 -0000 1.115
> +++ linux/sound/pci/intel8x0.c 10 Feb 2004 19:03:43 -0000
> @@ -807,7 +807,7 @@
> if (status)
> iputdword(chip, chip->int_sta_reg, status);
> spin_unlock(&chip->reg_lock);
> - return IRQ_NONE;
> + return IRQ_HANDLED(status);

did not compile, tried

return IRQ_RETVAL(status);

instead. Works, but I get 150,000 interrupts/s even without playing any
sound.

thanks,

Ralf
--
P: Linus Torvalds patch-2.2.4
-S: Buried alive in diapers
+S: Buried alive in reporters
-
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/

\
 
 \ /
  Last update: 2005-03-22 14:00    [W:0.945 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site