]> git.alsa-project.org Git - alsa-lib.git/commitdiff
conf: Add /usr/etc to the default search paths
authorTakashi Iwai <tiwai@suse.de>
Fri, 19 Jun 2020 11:46:42 +0000 (13:46 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Jun 2020 10:47:23 +0000 (12:47 +0200)
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 <tiwai@suse.de>
src/conf/alsa.conf

index 18427ec6c4c632f92509eefc2330418fa4eb7c75..aea1fe24f73ca591e1d34557601b2ecc259df2bf 100644 (file)
@@ -8,6 +8,8 @@
        {
                func load
                files [
+                       "/usr/etc/alsa/conf.d"
+                       "/usr/etc/asound.conf"
                        "/etc/alsa/conf.d"
                        "/etc/asound.conf"
                        "~/.asoundrc"