From: Takashi Iwai Date: Thu, 14 Apr 2005 15:28:23 +0000 (+0000) Subject: Increase timer protocol number X-Git-Tag: v1.0.9rc3~10 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ca67f328488bb79983dc2f1d96a7e91c0c3e5954;p=alsa-lib.git Increase timer protocol number Increase the timer protocl number (to distinguish the fix for TREAD ioctls). --- diff --git a/include/sound/asound.h b/include/sound/asound.h index 4df04831..e1f773fe 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -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,