** Reply to message from "Robert B. Easter" <[EMAIL PROTECTED]> on Thu,
12 Oct 2000 18:47:22 -0400


> Since installing a 
> second CPU and recompiling the kernel for SMP and recompiling ALSA with 
> --with-smp=yes, the sound loops.  I can hear the sound, but it doesn't 
> continue to play normally, rather, a sample will loop over and over.

This means that the driver is not receiving any IRQs from the hardware.
Typically, this is the result of an IRQ conflict (some other driver has claimed
the IRQ for your hardware, and its interrupt handler is getting called instead).



-- 
Timur Tabi - [EMAIL PROTECTED]
Interactive Silicon - http://www.interactivesi.com

When replying to a mailing-list message, please don't cc: me, because then I'll just 
get two copies of the same message.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to