Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv25384/core
Modified Files: timer.c Log Message: Allow more precise time specification (timer interface). Index: timer.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- timer.c 2 Mar 2003 15:03:37 -0000 1.34 +++ timer.c 2 Mar 2003 16:58:37 -0000 1.35 @@ -1336,8 +1336,8 @@ t = snd_timer_find(&gparams.tid); if (t != NULL) { if (list_empty(&t->open_list_head)) { - if (t->hw.set_resolution) - err = t->hw.set_resolution(t, gparams.resolution); + if (t->hw.set_period) + err = t->hw.set_period(t, gparams.period, 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