]> git.alsa-project.org Git - alsa-lib.git/commitdiff
timer_hw - Changed TIMER_VERSION_MAX to 2.0.5
authorJaroslav Kysela <perex@perex.cz>
Tue, 16 Aug 2005 10:10:26 +0000 (10:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Aug 2005 10:10:26 +0000 (10:10 +0000)
src/timer/timer_hw.c

index 1fef1e43e10f973eef08124e8808d4fc09b746bd..4b5cff7027eb83e443589f4ab86dd285f0cff180 100644 (file)
@@ -34,7 +34,7 @@ const char *_snd_module_timer_hw = "";
 #endif
 
 #define SNDRV_FILE_TIMER               "/dev/snd/timer"
-#define SNDRV_TIMER_VERSION_MAX        SNDRV_PROTOCOL_VERSION(2, 0, 1)
+#define SNDRV_TIMER_VERSION_MAX        SNDRV_PROTOCOL_VERSION(2, 0, 5)
 
 #define SNDRV_TIMER_IOCTL_STATUS_OLD   _IOW('T', 0x14, struct sndrv_timer_status)