conf: remove alsa.conf.d from the datadir

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2018-04-04 10:02:49 +02:00
parent 93e03bdc2a
commit 78505dccd2
3 changed files with 1 additions and 11 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS=cards pcm alsa.conf.d
SUBDIRS=cards pcm
if BUILD_UCM
SUBDIRS += ucm

View file

@ -1,8 +0,0 @@
alsaconfigdir = @ALSA_CONFIG_DIR@
alsadir = $(alsaconfigdir)/alsa.conf.d
cfg_files = README
alsa_DATA = $(cfg_files)
EXTRA_DIST = \
$(cfg_files)

View file

@ -1,2 +0,0 @@
You can place files named *.conf in this folder and they will be processed
when initialising alsa-lib.