mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
test: Add an example program to inquire UMP Endpoint and Block info
Provide an example program to inquire UMP Endpoint and Block info in various APIs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
fa673b719c
commit
3e38164ee5
2 changed files with 149 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS=. lsb
|
||||
|
||||
check_PROGRAMS=control pcm pcm_min latency seq seq-ump-example \
|
||||
playmidi1 timer rawmidi midiloop \
|
||||
playmidi1 timer rawmidi midiloop umpinfo \
|
||||
oldapi queue_timer namehint client_event_filter \
|
||||
chmap audio_time user-ctl-element-set pcm-multi-thread
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ playmidi1_LDADD=../src/libasound.la
|
|||
timer_LDADD=../src/libasound.la
|
||||
rawmidi_LDADD=../src/libasound.la
|
||||
midiloop_LDADD=../src/libasound.la
|
||||
umpinfo_LDADD=../src/libasound.la
|
||||
oldapi_LDADD=../src/libasound.la
|
||||
queue_timer_LDADD=../src/libasound.la
|
||||
namehint_LDADD=../src/libasound.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue