alsa-lib/src/conf/pcm/Makefile.am
David Henningsson 57b5076c30 conf: Add basic infrastructure for 2.1 surround sound
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>
2014-02-18 17:14:04 +01:00

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)