mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
alsa.conf: load /etc/asound.conf or /usr/etc/asound.conf not both
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
7c9f0fa436
commit
eb94bf0280
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,8 @@
|
|||
func load
|
||||
files [
|
||||
"/usr/etc/alsa/conf.d"
|
||||
"/usr/etc/asound.conf"
|
||||
"/etc/alsa/conf.d"
|
||||
"/etc/asound.conf"
|
||||
"/etc/asound.conf|||/usr/etc/asound.conf"
|
||||
"~/.asoundrc"
|
||||
{
|
||||
@func concat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue