mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-11 04:27:44 -05:00
control: add empty plugin
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
493a41bcad
commit
adce5f7b65
4 changed files with 106 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
EXTRA_LTLIBRARIES = libcontrol.la
|
||||
|
||||
libcontrol_la_SOURCES = cards.c tlv.c namehint.c hcontrol.c \
|
||||
control.c control_hw.c setup.c ctlparse.c \
|
||||
control.c control_hw.c control_empty.c \
|
||||
setup.c ctlparse.c \
|
||||
control_plugin.c control_symbols.c
|
||||
if BUILD_CTL_PLUGIN_REMAP
|
||||
libcontrol_la_SOURCES += control_remap.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue