alsa-lib/src/conf/cards/Makefile.am

41 lines
676 B
Text
Raw Normal View History

alsadir = $(datadir)/alsa/cards
cfg_files = aliases.conf \
Audigy.conf \
Audigy2.conf \
CMI8338.conf \
CMI8738-MC6.conf \
CS46xx.conf \
EMU10K1.conf \
ENS1370.conf \
ENS1371.conf \
FM801.conf \
GUS.conf \
ICE1712.conf \
2003-01-27 14:02:42 +00:00
ICE1724.conf \
ICH.conf \
2003-05-15 13:12:12 +00:00
NFORCE.conf \
RME9636.conf \
RME9652.conf \
SI7018.conf \
TRID4DWAVENX.conf \
YMF744.conf \
VIA8233.conf \
2003-07-08 10:45:50 +00:00
VIA8233A.conf \
VX222.conf \
VXPocket.conf \
VXPocket440.conf \
\
aliases.alisp
alsa_DATA = $(cfg_files)
SI7018dir = $(datadir)/alsa/cards/SI7018
SI7018_files = \
SI7018/sndoc-mixer.alisp \
SI7018/sndop-mixer.alisp
SI7018_DATA = $(SI7018_files)
2003-09-26 06:38:35 +00:00
EXTRA_DIST = \
$(cfg_files) \
$(SI7018_files)