mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Increase timer protocol number
Increase the timer protocl number (to distinguish the fix for TREAD ioctls).
This commit is contained in:
parent
c9fbe951a9
commit
ca67f32848
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue