From: Takashi Iwai Date: Wed, 11 Jul 2001 14:17:29 +0000 (+0000) Subject: Fixed the values of SND_SEQ_CLIENT_XXX etc. X-Git-Tag: v1.0.3~746 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4b47b8e59e1401d501957b0f5fc61fd1b5ffe07c;p=alsa-lib.git Fixed the values of SND_SEQ_CLIENT_XXX etc. --- diff --git a/include/seq_event.h b/include/seq_event.h index 9a2a3f28..fbc3f920 100644 --- a/include/seq_event.h +++ b/include/seq_event.h @@ -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 */