]> git.alsa-project.org Git - alsa-lib.git/commit
control: Add UMP device query support
authorTakashi Iwai <tiwai@suse.de>
Sun, 25 Dec 2022 11:09:51 +0000 (12:09 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 13:13:27 +0000 (15:13 +0200)
commit8bc10c83b155c5cff2ae6ddf44a8bf899ff4397c
treec8c255ba52ab2dc7af52f839cf515b9edddfbca1
parentf47763d2c1fcb4905042fd807127ef25e3d96e19
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>
include/control.h
src/Versions.in
src/control/control.c
src/control/control_hw.c
src/control/control_local.h