--------------------- PatchSet 3126 Date: 2005/04/14 16:21:03 Author: tiwai Branch: HEAD Tag: (none) Log: Summary: Increase timer protocol number Increase the timer protocl number (to distinguish the fix for TREAD ioctls). Members: include/asound.h:1.50->1.51 Index: /include/sound/asound.h diff -u /include/sound/asound.h.old /include/sound/asound.h --- /include/sound/asound.h.old Wed Apr 13 05:25:30 2005 +++ /include/sound/asound.h Thu Apr 14 08:21:03 2005 @@ -559,7 +559,7 @@ * 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,