summarylogtreecommitdiffstats
path: root/default.pa
diff options
context:
space:
mode:
Diffstat (limited to 'default.pa')
-rw-r--r--default.pa18
1 files changed, 18 insertions, 0 deletions
diff --git a/default.pa b/default.pa
new file mode 100644
index 000000000000..0922c37a7f92
--- /dev/null
+++ b/default.pa
@@ -0,0 +1,18 @@
+#!/usr/bin/pulseaudio -nF
+#
+
+# load system wide configuration
+.include /etc/pulse/default.pa
+
+### unload driver modules for Bluetooth hardware
+.nofail
+
+.ifexists module-bluetooth-policy.so
+unload-module module-bluetooth-policy
+.endif
+
+.ifexists module-bluetooth-discover.so
+unload-module module-bluetooth-discover
+.endif
+
+.fail