On Wed, Oct 10, 2001 at 11:12:34PM +0200, Erik Mouw wrote:
 
> Interrupt call while in APM powersave mode, that could be a broken APM
> BIOS. Did you by any change enable "Allow interrupts during APM BIOS
> calls" in your kernel? If so, could disable it and try to recreate the
> problem?
 
 I've look into the cvs directory and seen that card-es1968.c has been
 modified and correct this bug    
   list_for_each(p, &chip->substream_list) 
 into
   list_for_each_safe(p, n, &chip->substream_list) 

With this simple patch this work fine, i will try your advice and
activate apm.

Luc

_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to