mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -05:00
API for device name lists and timer enhancements
- new snd_names_list and snd_names_list_free functions - added snd_timer_ginfo related functions to the timer API
This commit is contained in:
parent
f658e3e148
commit
a022bc1fbc
6 changed files with 388 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ VSYMS =
|
|||
endif
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c
|
||||
libasound_la_SOURCES = conf.c confmisc.c input.c output.c async.c error.c dlmisc.c socket.c shmarea.c userfile.c names.c
|
||||
libasound_la_LIBADD = control/libcontrol.la \
|
||||
mixer/libmixer.la ordinary_mixer/libordinarymixer.la \
|
||||
pcm/libpcm.la ordinary_pcm/libordinarypcm.la \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue