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