]> git.alsa-project.org Git - alsa-lib.git/commit
ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Jun 2024 13:16:23 +0000 (15:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Jun 2024 14:01:04 +0000 (16:01 +0200)
commit6767f623ca057e277b5478e20cdb8497dcf4c753
treed28b40b3cd9e0731640a12bc517a7fd77219049f
parent34422861f5549aee3e9df9fd8240d10b530d9abd
ump: Add missing *_set variants for snd_ump_endpoint_info and snd_ump_block_info

The API functions to fill the data on snd_ump_endpoint_info and
snd_ump_block_info were missing.  Let's add them.

They can be used to construct a virtual UMP endpoint and block.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/ump.h
src/rawmidi/ump.c