alsa-lib/alsa-lib-pulse-default.patch
Lennart Poettering 2204a689a3 Add hook to /etc/alsa/alsa.conf so that /etc/alsa/default-pulse.conf is
loaded when it exists. This allows us to enable the pulse plugin by
    default depending on whether it is installed or not.
2007-10-17 23:00:08 +00:00

11 lines
289 B
Diff

--- alsa-lib-1.0.15rc3.lennart/src/conf/alsa.conf 2007-10-17 18:28:03.000000000 -0400
+++ alsa-lib-1.0.15rc3/src/conf/alsa.conf 2007-10-17 18:33:10.000000000 -0400
@@ -8,6 +8,7 @@
{
func load
files [
+ "/etc/alsa/pulse-default.conf"
"/etc/asound.conf"
"~/.asoundrc"
]