From: Jaroslav Kysela Date: Wed, 4 Apr 2018 07:58:12 +0000 (+0200) Subject: alsa.conf: change the location for add-on configs to /etc/alsa/conf.d X-Git-Tag: v1.1.7~56 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=93e03bdc2a3dcd5d12516f5de78e14d88a32ff2c;p=alsa-lib.git alsa.conf: change the location for add-on configs to /etc/alsa/conf.d The add-on configuration files should be placed to a volatile place. Signed-off-by: Jaroslav Kysela --- diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf index f22918fb..bb00ff40 100644 --- a/src/conf/alsa.conf +++ b/src/conf/alsa.conf @@ -8,13 +8,7 @@ { func load files [ - { - @func concat - strings [ - { @func datadir } - "/alsa.conf.d/" - ] - } + "/etc/alsa/conf.d" "/etc/asound.conf" "~/.asoundrc" ]