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

Modified Files:
        timer.c 
Log Message:
Removed period from gparams

Index: timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- timer.c     3 Mar 2003 16:59:54 -0000       1.38
+++ timer.c     3 Mar 2003 18:53:19 -0000       1.39
@@ -1349,7 +1349,7 @@
        if (t != NULL) {
                if (list_empty(&t->open_list_head)) {
                        if (t->hw.set_period)
-                               err = t->hw.set_period(t, gparams.period, 
gparams.period_num, gparams.period_den);
+                               err = t->hw.set_period(t, gparams.period_num, 
gparams.period_den);
                        else
                                err = -ENOSYS;
                } else {



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