From 2c93faaf805e4742c57585543f03b4962643adaa Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 19 Jun 2020 13:46:42 +0200 Subject: [PATCH] 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 --- src/conf/alsa.conf | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.1