initial import
This commit is contained in:
23
alsa-lib/0001-correct-paths-for-configurations.patch
Normal file
23
alsa-lib/0001-correct-paths-for-configurations.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
diff --git a/src/conf/alsa.conf b/src/conf/alsa.conf
|
||||
index e65bf2ca..94f2bdae 100644
|
||||
--- a/src/conf/alsa.conf
|
||||
+++ b/src/conf/alsa.conf
|
||||
@@ -8,10 +8,16 @@
|
||||
{
|
||||
func load
|
||||
files [
|
||||
+ {
|
||||
+ @func concat
|
||||
+ strings [
|
||||
+ { @func datadir }
|
||||
+ "/alsa.conf.d/"
|
||||
+ ]
|
||||
+ }
|
||||
"/var/lib/alsa/conf.d"
|
||||
- "/usr/etc/alsa/conf.d"
|
||||
"/etc/alsa/conf.d"
|
||||
- "/etc/asound.conf|||/usr/etc/asound.conf"
|
||||
+ "/etc/asound.conf"
|
||||
"~/.asoundrc"
|
||||
{
|
||||
@func concat
|
||||
Reference in New Issue
Block a user