mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
For now, we do 2.1 over 5.1, because that's what ALSA allows per default. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
12 lines
384 B
Makefile
12 lines
384 B
Makefile
cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
|
|
surround21.conf surround40.conf surround41.conf \
|
|
surround50.conf surround51.conf \
|
|
surround71.conf iec958.conf hdmi.conf modem.conf \
|
|
dmix.conf dsnoop.conf \
|
|
dpl.conf
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsaconfigdir = @ALSA_CONFIG_DIR@
|
|
alsadir = $(alsaconfigdir)/pcm
|
|
alsa_DATA = $(cfg_files)
|