mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
398 B
Diff
14 lines
398 B
Diff
diff -Naur alsa-lib-1.0.25/src/conf/alsa.conf alsa-lib-1.0.25.patch/src/conf/alsa.conf
|
|
--- alsa-lib-1.0.25/src/conf/alsa.conf 2012-01-25 08:56:56.000000000 +0100
|
|
+++ alsa-lib-1.0.25.patch/src/conf/alsa.conf 2012-03-26 01:05:47.913335895 +0200
|
|
@@ -16,7 +16,8 @@
|
|
]
|
|
}
|
|
"/etc/asound.conf"
|
|
- "~/.asoundrc"
|
|
+ "/run/asound.conf"
|
|
+ "/storage/.config/asound.conf"
|
|
]
|
|
errors false
|
|
}
|