Blame src/conf/pcm/Makefile.am
|
Packit Service |
db8eaa |
cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
|
|
Packit Service |
db8eaa |
surround21.conf surround40.conf surround41.conf \
|
|
Packit Service |
db8eaa |
surround50.conf surround51.conf \
|
|
Packit Service |
db8eaa |
surround71.conf iec958.conf hdmi.conf modem.conf \
|
|
Packit Service |
db8eaa |
dmix.conf dsnoop.conf \
|
|
Packit Service |
db8eaa |
dpl.conf
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
EXTRA_DIST = $(cfg_files)
|
|
Packit Service |
db8eaa |
|
|
Packit Service |
db8eaa |
alsaconfigdir = @ALSA_CONFIG_DIR@
|
|
Packit Service |
db8eaa |
alsadir = $(alsaconfigdir)/pcm
|
|
Packit Service |
db8eaa |
alsa_DATA = $(cfg_files)
|