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

Modified Files:
        timer.c 
Log Message:
Fixed typo (system timer)

Index: timer.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- timer.c     16 Dec 2003 10:02:46 -0000      1.53
+++ timer.c     16 Dec 2003 19:04:41 -0000      1.54
@@ -1024,8 +1024,8 @@
        }
        init_timer(&priv->tlist);
        priv->tlist.function = snd_timer_s_function;
-       priv->tlist.data = (unsigned long) priv;
-       timer->private_data = timer;
+       priv->tlist.data = (unsigned long) timer;
+       timer->private_data = priv;
        timer->private_free = snd_timer_free_system;
        return snd_timer_global_register(timer);
 }



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to