From: Jaroslav Kysela Date: Tue, 24 Feb 2004 09:37:15 +0000 (+0000) Subject: Sync with alsa-kernel X-Git-Tag: v1.0.3~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=c29d55d8b4a9ceb762fa97b3170454f2acd19395;p=alsa-lib.git Sync with alsa-kernel --- diff --git a/include/sound/asequencer.h b/include/sound/asequencer.h index 4087d592..4ba33e7b 100644 --- a/include/sound/asequencer.h +++ b/include/sound/asequencer.h @@ -594,6 +594,7 @@ struct sndrv_seq_remove_events { #define SNDRV_SEQ_PORT_TYPE_MIDI_GS (1<<3) /* GS compatible device */ #define SNDRV_SEQ_PORT_TYPE_MIDI_XG (1<<4) /* XG compatible device */ #define SNDRV_SEQ_PORT_TYPE_MIDI_MT32 (1<<5) /* MT-32 compatible device */ +#define SNDRV_SEQ_PORT_TYPE_MIDI_GM2 (1<<6) /* General MIDI 2 compatible device */ /* other standards...*/ #define SNDRV_SEQ_PORT_TYPE_SYNTH (1<<10) /* Synth device (no MIDI compatible - direct wavetable) */ @@ -605,7 +606,7 @@ struct sndrv_seq_remove_events { /* misc. conditioning flags */ #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) #define SNDRV_SEQ_PORT_FLG_TIMESTAMP (1<<1) -#define SNDRV_SEQ_PORT_FLG_TIME_REAL (1<<1) +#define SNDRV_SEQ_PORT_FLG_TIME_REAL (1<<2) struct sndrv_seq_port_info { struct sndrv_seq_addr addr; /* client/port numbers */