Update of /cvsroot/alsa/alsa-kernel/include
In directory sc8-pr-cvs1:/tmp/cvs-serv19137

Modified Files:
        asound.h 
Log Message:
More clear definitions for SNDRV_TIMER_EVENT_M* defines

Index: asound.h
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/include/asound.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- asound.h    1 Mar 2003 18:56:35 -0000       1.22
+++ asound.h    1 Mar 2003 19:06:17 -0000       1.23
@@ -629,9 +629,9 @@
        SNDRV_TIMER_EVENT_PAUSE,                /* val = 0 */
        /* master timer events for slave timer instances */
        SNDRV_TIMER_EVENT_MSTART = SNDRV_TIMER_EVENT_START + 100,
-       SNDRV_TIMER_EVENT_MSTOP = SNDRV_TIMER_EVENT_START + 101,
-       SNDRV_TIMER_EVENT_MCONTINUE = SNDRV_TIMER_EVENT_START + 102,
-       SNDRV_TIMER_EVENT_MPAUSE = SNDRV_TIMER_EVENT_START + 103,
+       SNDRV_TIMER_EVENT_MSTOP = SNDRV_TIMER_EVENT_STOP + 100,
+       SNDRV_TIMER_EVENT_MCONTINUE = SNDRV_TIMER_EVENT_CONTINUE + 100,
+       SNDRV_TIMER_EVENT_MPAUSE = SNDRV_TIMER_EVENT_PAUSE + 100,
 };
 
 struct sndrv_timer_tread {



-------------------------------------------------------
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

Reply via email to