mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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:
parent
f47763d2c1
commit
8bc10c83b1
5 changed files with 26 additions and 0 deletions
|
|
@ -153,4 +153,5 @@ ALSA_1.2.10 {
|
|||
global:
|
||||
|
||||
@SYMBOL_PREFIX@snd_ump_*;
|
||||
@SYMBOL_PREFIX@snd_ctl_ump_next_device;
|
||||
} ALSA_1.2.9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue