Hi!
In some cases sound gets interrupted for a moment, this happens in two
occasions. When unmaskirq flag is off on ide cdrom and it is accessed,
and when tdfxfb console (800x600) flashes (tput flash, or `set bell-style
visible' in .inputrc).
It seems the problem is caused by masking irq for too long, and then
the sound dma buffer underruns. This is fixed by unmasking irq for ide
cdrom by `hdparm -u1 /dev/cdrom', and by changing spin_(un)lock_irq
in console.c to spin_(un)lock_bh.
This was observed on 2.4.0-pre10, the problem with ide also exists on
2.2.17, the console.c in 2.2.17 only disables CONSOLE_BH.
The audio card is old awe32 (isa), sound driver is modular.
--
Alexander.
-
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/