Update of /cvsroot/alsa/alsa-kernel/core
In directory sc8-pr-cvs1:/tmp/cvs-serv19932

Modified Files:
        timer.c 
Log Message:
Removed constraint for SNDRV_TIMER_HW_SLAVE timers

Index: timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- timer.c     1 Mar 2003 19:21:38 -0000       1.30
+++ timer.c     1 Mar 2003 20:42:01 -0000       1.31
@@ -1382,11 +1382,7 @@
                        }
                }
        }
-       if (t->hw.flags & SNDRV_TIMER_HW_SLAVE) {
-               tu->ticks = 1;
-       } else {
-               tu->ticks = params.ticks;
-       }
+       tu->ticks = params.ticks;
        err = 0;
  _end:
        if (copy_to_user(_params, &params, sizeof(params)))



-------------------------------------------------------
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

Reply via email to