]> git.alsa-project.org Git - alsa-lib.git/commit
seq: Add snd_seq_{get|set}_ump_is_midi1() API functions
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:46:31 +0000 (15:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Aug 2024 13:48:26 +0000 (15:48 +0200)
commitddc4c668ba642771ec4fdee70737e0c3c7ff8b46
treeaa99182bfed4b969c31605b52ae3f18539b5ef9b
parentd9694398130c2217de19165a5ac641651f837857
seq: Add snd_seq_{get|set}_ump_is_midi1() API functions

Implement the API function calls corresponding to the new sequencer
port flag bit that has been added recently to the kernel.
A UMP MIDI 2.0 device allow to have an optional MIDI 1.0 port while
speaking in MIDI 2.0 protocol for other UMP Groups.  The new seq port
flag indicates that.

This is rather a minor difference, and since ALSA sequencer core
covers the all conversions, usually you don't have to worry about it
at all.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/seq.h
include/sound/uapi/asequencer.h
src/Versions.in.in
src/seq/seq.c