Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv31357
Modified Files: timer.c Log Message: Fixed thinko (system timer) Index: timer.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- timer.c 16 Dec 2003 19:04:41 -0000 1.54 +++ timer.c 17 Dec 2003 15:14:33 -0000 1.55 @@ -955,7 +955,7 @@ unsigned long jiff = jiffies; if (time_after(jiff, priv->last_expires)) priv->correction = (long)jiff - (long)priv->last_expires; - snd_timer_interrupt(timer, timer->sticks); + snd_timer_interrupt(timer, (long)jiff - (long)priv->last_jiffies); } static int snd_timer_s_start(snd_timer_t * 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