ALSA: seq: dummy: Allow UMP conversion
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Apr 2024 10:11:02 +0000 (12:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 19 Apr 2024 10:11:47 +0000 (12:11 +0200)
commit32cb23a0f911317cdb5030035e49a204aa86fef5
tree0db0e1a28580f428d10e17ad2f7557958fce73eb
parent3e2f2235b526e0238d4c77fe3396bc6308c5426b
ALSA: seq: dummy: Allow UMP conversion

Although the purpose of dummy seq client is a direct pass-through,
it's sometimes helpful for debugging if it can convert to a certain
UMP MIDI version.  This patch adds an option to specify the UMP event
conversion.  As default, it skips the conversion and does
passthrough, while user can pass ump=1 or ump=2 to enforce the
conversion to UMP MIDI1 or MIDI2 format.

Message-ID: <20240419101105.15571-1-tiwai@suse.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_dummy.c