mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
"default" PCM can be card-specific. The definition is moved to pcm/default.conf, and read on-demmand via aliases.conf. The card config can override the default config.
9 lines
278 B
Makefile
9 lines
278 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
|
|
|
|
EXTRA_DIST = $(cfg_files)
|
|
|
|
alsadir = $(datadir)/alsa/pcm
|
|
alsa_DATA = $(cfg_files)
|