control: Add UMP device query support

Add a function to query the next available UMP device via control
interface, just like the existing one for rawmidi.  As the UMP rawmidi
is compatible with the standard rawmidi, no extra helper for the
rawmidi_info is present.  Ditto for the preferred subdevice, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2022-12-25 12:09:51 +01:00
parent f47763d2c1
commit 8bc10c83b1
5 changed files with 26 additions and 0 deletions

View file

@ -153,4 +153,5 @@ ALSA_1.2.10 {
global:
@SYMBOL_PREFIX@snd_ump_*;
@SYMBOL_PREFIX@snd_ctl_ump_next_device;
} ALSA_1.2.9;