mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -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
|
||||
files [
|
||||
"/usr/etc/alsa/conf.d"
|
||||
"/usr/etc/asound.conf"
|
||||
"/etc/alsa/conf.d"
|
||||
"/etc/asound.conf"
|
||||
"~/.asoundrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue