]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fixed the values of SND_SEQ_CLIENT_XXX etc.
authorTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2001 14:17:29 +0000 (14:17 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Jul 2001 14:17:29 +0000 (14:17 +0000)
include/seq_event.h

index 9a2a3f289b7ac7dc6a2e7717e62c2c48b6b2e1f6..fbc3f92035c8fb28ba131334e86662cd1561b275 100644 (file)
@@ -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 */