Skip to content

Commit

Permalink
[ALSA] Increase timer protocol number
Browse files Browse the repository at this point in the history
ALSA Core
Increase the timer protocl number (to distinguish the fix for TREAD ioctls).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed May 29, 2005
1 parent 98f759a commit 07cf374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 07cf374

Please sign in to comment.