mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
conf/ucm: Set up for installation
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
52de910868
commit
c6ac8ddde9
8 changed files with 28 additions and 1 deletions
|
|
@ -647,6 +647,12 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \
|
|||
src/conf/Makefile src/conf/alsa.conf.d/Makefile \
|
||||
src/conf/cards/Makefile \
|
||||
src/conf/pcm/Makefile \
|
||||
src/conf/ucm/Makefile \
|
||||
src/conf/ucm/DAISY-I2S/Makefile \
|
||||
src/conf/ucm/PandaBoard/Makefile \
|
||||
src/conf/ucm/PandaBoardES/Makefile \
|
||||
src/conf/ucm/SDP4430/Makefile \
|
||||
src/conf/ucm/tegraalc5632/Makefile \
|
||||
modules/Makefile modules/mixer/Makefile modules/mixer/simple/Makefile \
|
||||
alsalisp/Makefile aserver/Makefile \
|
||||
test/Makefile test/lsb/Makefile \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS=cards pcm alsa.conf.d
|
||||
SUBDIRS=cards pcm alsa.conf.d ucm
|
||||
|
||||
cfg_files = alsa.conf
|
||||
if BUILD_ALISP
|
||||
|
|
|
|||
4
src/conf/ucm/DAISY-I2S/Makefile.am
Normal file
4
src/conf/ucm/DAISY-I2S/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/DAISY-I2S
|
||||
ucm_DATA = DAISY-I2S.conf HiFi.conf
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
1
src/conf/ucm/Makefile.am
Normal file
1
src/conf/ucm/Makefile.am
Normal file
|
|
@ -0,0 +1 @@
|
|||
SUBDIRS=DAISY-I2S PandaBoard PandaBoardES SDP4430 tegraalc5632
|
||||
4
src/conf/ucm/PandaBoard/Makefile.am
Normal file
4
src/conf/ucm/PandaBoard/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/PandaBoard
|
||||
ucm_DATA = FMAnalog hifi hifiLP PandaBoard.conf record voice voiceCall
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
4
src/conf/ucm/PandaBoardES/Makefile.am
Normal file
4
src/conf/ucm/PandaBoardES/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/PandaBoardES
|
||||
ucm_DATA = FMAnalog hifi hifiLP PandaBoardES.conf record voice voiceCall
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
4
src/conf/ucm/SDP4430/Makefile.am
Normal file
4
src/conf/ucm/SDP4430/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/SDP4430
|
||||
ucm_DATA = FMAnalog hifi hifiLP record SDP4430.conf voice voiceCall
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
4
src/conf/ucm/tegraalc5632/Makefile.am
Normal file
4
src/conf/ucm/tegraalc5632/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alsaconfigdir = @ALSA_CONFIG_DIR@
|
||||
ucmdir = $(alsaconfigdir)/ucm/tegraalc5632
|
||||
ucm_DATA = tegraalc5632.conf
|
||||
EXTRA_DIST = $(ucm_DATA)
|
||||
Loading…
Add table
Add a link
Reference in a new issue