mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
Add external control plugin SDK
Added external control plugin SDK.
This commit is contained in:
parent
36f715c59a
commit
8a3d07022c
6 changed files with 652 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ EXTRA_LTLIBRARIES = libcontrol.la
|
|||
|
||||
libcontrol_la_SOURCES = cards.c hcontrol.c \
|
||||
control.c control_hw.c control_shm.c \
|
||||
setup.c control_symbols.c
|
||||
control_ext.c setup.c control_symbols.c
|
||||
|
||||
noinst_HEADERS = control_local.h
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue