[ALSA] Increase timer protocol number
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Apr 2005 14:21:03 +0000 (16:21 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 29 May 2005 08:04:37 +0000 (10:04 +0200)
ALSA Core
Increase the timer protocl number (to distinguish the fix for TREAD ioctls).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/asound.h

index 716227e..26db585 100644 (file)
@@ -559,7 +559,7 @@ enum {
  *  Timer section - /dev/snd/timer
  */
 
-#define SNDRV_TIMER_VERSION            SNDRV_PROTOCOL_VERSION(2, 0, 2)
+#define SNDRV_TIMER_VERSION            SNDRV_PROTOCOL_VERSION(2, 0, 3)
 
 enum sndrv_timer_class {
        SNDRV_TIMER_CLASS_NONE = -1,