diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-04-14 10:21:03 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-05-29 04:04:37 -0400 |
commit | 07cf374169699d78721668b4e4bd02097c971f75 (patch) | |
tree | 7f9f2294bd04b9dd704c616592439ca425e7ada4 /include/sound | |
parent | 98f759a61639b40686e607ecc6fefacb4c249c82 (diff) |
[ALSA] Increase timer protocol number
ALSA Core
Increase the timer protocl number (to distinguish the fix for TREAD ioctls).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index 716227eed3e3..26db585a1819 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h | |||
@@ -559,7 +559,7 @@ enum { | |||
559 | * Timer section - /dev/snd/timer | 559 | * Timer section - /dev/snd/timer |
560 | */ | 560 | */ |
561 | 561 | ||
562 | #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 2) | 562 | #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 3) |
563 | 563 | ||
564 | enum sndrv_timer_class { | 564 | enum sndrv_timer_class { |
565 | SNDRV_TIMER_CLASS_NONE = -1, | 565 | SNDRV_TIMER_CLASS_NONE = -1, |