From: Takashi Iwai Date: Fri, 19 Jun 2020 11:46:42 +0000 (+0200) Subject: conf: Add /usr/etc to the default search paths X-Git-Tag: v1.2.3.2~12 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=2c93faaf805e4742c57585543f03b4962643adaa;p=alsa-lib.git conf: Add /usr/etc to the default search paths There's been some recent action to move the distribution-default setup from /etc to /usr/etc, and we should follow that, too. This patch adds /usr/etc/alsa.conf.d and /usr/etc/alsa.conf to the default search paths. Signed-off-by: Takashi Iwai --- diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf index 18427ec6..aea1fe24 100644 --- a/src/conf/alsa.conf +++ b/src/conf/alsa.conf @@ -8,6 +8,8 @@ { func load files [ + "/usr/etc/alsa/conf.d" + "/usr/etc/asound.conf" "/etc/alsa/conf.d" "/etc/asound.conf" "~/.asoundrc"