Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv24779
Modified Files:
timer.c
Log Message:
Don't send M* events to slaves from first slave instances
Index: timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- timer.c 1 Mar 2003 18:56:35 -0000 1.29
+++ timer.c 1 Mar 2003 19:21:38 -0000 1.30
@@ -363,6 +363,8 @@
timer = ti->timer;
if (timer == NULL)
return;
+ if (timer->hw.flags & SNDRV_TIMER_HW_SLAVE)
+ return;
spin_lock_irqsave(&timer->lock, flags);
list_for_each(n, &ti->slave_active_head) {
ts = (snd_timer_instance_t *)list_entry(n, snd_timer_instance_t,
active_list);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog