mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed the values of SND_SEQ_CLIENT_XXX etc.
This commit is contained in:
parent
c20c954f3d
commit
4b47b8e59e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ enum snd_seq_event_type {
|
|||
SND_SEQ_EVENT_OSS,
|
||||
|
||||
/** New client has connected; event data type = #snd_seq_addr_t */
|
||||
SND_SEQ_EVENT_CLIENT_START,
|
||||
SND_SEQ_EVENT_CLIENT_START = 60,
|
||||
/** Client has left the system; event data type = #snd_seq_addr_t */
|
||||
SND_SEQ_EVENT_CLIENT_EXIT,
|
||||
/** Client status/info has changed; event data type = #snd_seq_addr_t */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue