mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
seq: Add UMP 1.1 features
Add APIs for groupless message filtering. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
80e20a1052
commit
77247f51c4
4 changed files with 41 additions and 1 deletions
|
|
@ -378,7 +378,10 @@ struct snd_seq_client_info {
|
|||
int card; /* RO: card number[kernel] */
|
||||
int pid; /* RO: pid[user] */
|
||||
unsigned int midi_version; /* MIDI version */
|
||||
unsigned int group_filter; /* UMP group filter bitmap */
|
||||
unsigned int group_filter; /* UMP group filter bitmap
|
||||
* (bit 0 = groupless messages,
|
||||
* bit 1-16 = messages for groups 1-16)
|
||||
*/
|
||||
char reserved[48]; /* for future use */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue