]> git.alsa-project.org Git - alsa-lib.git/commitdiff
alsa.conf: change the location for add-on configs to /etc/alsa/conf.d
authorJaroslav Kysela <perex@perex.cz>
Wed, 4 Apr 2018 07:58:12 +0000 (09:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 4 Apr 2018 07:58:18 +0000 (09:58 +0200)
The add-on configuration files should be placed to a volatile place.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/conf/alsa.conf

index f22918fbbf83d7456ea45cf3114d30e4d1d514ae..bb00ff409cd9643b01e2d3f8e36dc9571ddb0c85 100644 (file)
@@ -8,13 +8,7 @@
        {
                func load
                files [
-                       {
-                               @func concat
-                               strings [
-                                       { @func datadir }
-                                       "/alsa.conf.d/"
-                               ]
-                       }
+                       "/etc/alsa/conf.d"
                        "/etc/asound.conf"
                        "~/.asoundrc"
                ]