From: Takashi Iwai Date: Thu, 14 Apr 2005 14:21:03 +0000 (+0200) Subject: [ALSA] Increase timer protocol number X-Git-Tag: v2.6.13-rc4~130^2~302 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=07cf374169699d78721668b4e4bd02097c971f75;p=linux-2.6-omap-h63xx.git [ALSA] Increase timer protocol number ALSA Core Increase the timer protocl number (to distinguish the fix for TREAD ioctls). Signed-off-by: Takashi Iwai --- diff --git a/include/sound/asound.h b/include/sound/asound.h index 716227eed3e..26db585a181 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h @@ -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,