]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Increase timer protocol number
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Apr 2005 15:28:23 +0000 (15:28 +0000)
committerTakashi Iwai <tiwai@suse.de>
Thu, 14 Apr 2005 15:28:23 +0000 (15:28 +0000)
Increase the timer protocl number (to distinguish the fix for TREAD ioctls).

include/sound/asound.h

index 4df0483131f0861f7fa3b06a6bfde51c2ca3d7e0..e1f773feaab6c323878ee9af7baf4cbcad456125 100644 (file)
@@ -555,7 +555,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,