Update of /cvsroot/alsa/alsa-kernel/core/ioctl32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8799/core/ioctl32
Modified Files: timer32.c Log Message: disabled the entries conflifting with TIOC* ioctls. Index: timer32.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/ioctl32/timer32.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- timer32.c 6 Jun 2003 11:54:27 -0000 1.7 +++ timer32.c 28 Mar 2004 15:52:37 -0000 1.8 @@ -88,8 +88,18 @@ { SNDRV_TIMER_IOCTL_INFO32, AP(timer_info) }, MAP_COMPAT(SNDRV_TIMER_IOCTL_PARAMS), { SNDRV_TIMER_IOCTL_STATUS32, AP(timer_status) }, +#if 0 + /* ** FIXME ** + * The following four entries are disabled because they conflict + * with the TCOC* definitions. + * Unfortunately, the current ioctl32 wrapper uses a single + * hash table for all devices. Once when the wrapper is fixed + * with the table based on devices, they'll be back again. + */ MAP_COMPAT(SNDRV_TIMER_IOCTL_START), MAP_COMPAT(SNDRV_TIMER_IOCTL_STOP), MAP_COMPAT(SNDRV_TIMER_IOCTL_CONTINUE), + MAP_COMPAT(SNDRV_TIMER_IOCTL_PAUSE), +#endif { 0 }, }; ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog