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 <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2020-06-19 13:46:42 +02:00
parent 730481ec2f
commit 2c93faaf80

View 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"