mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-03-06 01:40:09 -05:00
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:
parent
730481ec2f
commit
2c93faaf80
1 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
{
|
{
|
||||||
func load
|
func load
|
||||||
files [
|
files [
|
||||||
|
"/usr/etc/alsa/conf.d"
|
||||||
|
"/usr/etc/asound.conf"
|
||||||
"/etc/alsa/conf.d"
|
"/etc/alsa/conf.d"
|
||||||
"/etc/asound.conf"
|
"/etc/asound.conf"
|
||||||
"~/.asoundrc"
|
"~/.asoundrc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue