mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Add PCM definitions "dpl" and "dpl2" in pcm/dpl.conf. Include the file via <confdir:pcm/dpl.conf> for use.
11 lines
323 B
Makefile
11 lines
323 B
Makefile
cfg_files = default.conf front.conf rear.conf center_lfe.conf side.conf\
|
|
surround40.conf surround41.conf \
|
|
surround50.conf surround51.conf \
|
|
surround71.conf iec958.conf modem.conf \
|
|
dmix.conf dsnoop.conf \
|
|
dpl.conf
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsadir = $(datadir)/alsa/pcm
|
|
alsa_DATA = $(cfg_files)
|