Update of /cvsroot/alsa/alsa-kernel/core In directory sc8-pr-cvs1:/tmp/cvs-serv28811
Modified Files: timer.c Log Message: don't fill ticks in info structures Index: timer.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/timer.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- timer.c 3 Mar 2003 11:31:18 -0000 1.37 +++ timer.c 3 Mar 2003 16:59:54 -0000 1.38 @@ -1319,7 +1319,6 @@ ginfo.flags |= SNDRV_TIMER_FLG_SLAVE; strncpy(ginfo.id, t->id, sizeof(ginfo.id)-1); strncpy(ginfo.name, t->name, sizeof(ginfo.name)-1); - ginfo.ticks = t->hw.ticks; ginfo.resolution = t->hw.resolution; if (t->hw.resolution_min > 0) { ginfo.resolution_min = t->hw.resolution_min; @@ -1460,7 +1459,6 @@ info.flags |= SNDRV_TIMER_FLG_SLAVE; strncpy(info.id, t->id, sizeof(info.id)-1); strncpy(info.name, t->name, sizeof(info.name)-1); - info.ticks = t->hw.ticks; info.resolution = t->hw.resolution; if (copy_to_user(_info, &info, sizeof(*_info))) return -EFAULT; ------------------------------------------------------- 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