I _think_ this is the fix, please check (the error is "undeclared
variable ctl")...

--- alsa-kernel/core/timer.c~   2003-02-06 11:21:11.000000000 -0800
+++ alsa-kernel/core/timer.c    2003-02-06 15:19:26.000000000 -0800
@@ -953,7 +953,7 @@
        }
        spin_unlock(&tu->qlock);
        if (_wake) {
-               kill_fasync(&ctl->fasync, SIGIO, POLL_IN);
+               kill_fasync(&tu->fasync, SIGIO, POLL_IN);
                wake_up(&tu->qchange_sleep);
        }
 }

-- Fernando




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to