summaryrefslogtreecommitdiffstats
path: root/debian/pulse.conf
diff options
context:
space:
mode:
Diffstat (limited to 'debian/pulse.conf')
-rw-r--r--debian/pulse.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/pulse.conf b/debian/pulse.conf
new file mode 100644
index 0000000..0813d04
--- /dev/null
+++ b/debian/pulse.conf
@@ -0,0 +1,16 @@
+# PulseAudio alsa plugin configuration file to set the pulseaudio plugin as
+# default output for applications using alsa when pulseaudio is running.
+hook_func.pulse_load_if_running {
+ lib "libasound_module_conf_pulse.so"
+ func "conf_pulse_hook_load_if_running"
+}
+
+@hooks [
+ {
+ func pulse_load_if_running
+ files [
+ "/usr/share/alsa/pulse-alsa.conf"
+ ]
+ errors false
+ }
+]