Changeset View
Changeset View
Standalone View
Standalone View
files/0001-Support-a-stateless-configuration.patch
| Show All 11 Lines | |||||
| diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf | diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf | ||||
| index a04173a..f0c29f5 100644 | index a04173a..f0c29f5 100644 | ||||
| --- a/src/conf/alsa.conf | --- a/src/conf/alsa.conf | ||||
| +++ b/src/conf/alsa.conf | +++ b/src/conf/alsa.conf | ||||
| @@ -8,10 +8,11 @@ | @@ -8,10 +8,11 @@ | ||||
| { | { | ||||
| func load | func load | ||||
| files [ | files [ | ||||
| "/var/lib/alsa/conf.d" | |||||
JoshStrobl: What is generating files in `/var/lib/alsa/conf.d`? | |||||
| - "/usr/etc/alsa/conf.d" | - "/usr/etc/alsa/conf.d" | ||||
| "/etc/alsa/conf.d" | "/etc/alsa/conf.d" | ||||
| - "/etc/asound.conf|||/usr/etc/asound.conf" | - "/etc/asound.conf|||/usr/etc/asound.conf" | ||||
| + "/etc/asound.conf" | + "/etc/asound.conf" | ||||
| "~/.asoundrc" | "~/.asoundrc" | ||||
| + "/usr/share/alsa/conf.d" | + "/usr/share/alsa/conf.d" | ||||
| + "/usr/share/defaults/alsa/asound.conf" | + "/usr/share/defaults/alsa/asound.conf" | ||||
| { | { | ||||
| @func concat | @func concat | ||||
| strings [ | strings [ | ||||
| -- | -- | ||||
| 2.29.2 | 2.29.2 | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
What is generating files in /var/lib/alsa/conf.d?