summarylogtreecommitdiffstats
path: root/default.pa
diff options
context:
space:
mode:
authorsurefire2016-10-04 13:54:30 +0300
committersurefire2016-10-04 13:54:30 +0300
commitd4539836104c4d654f7d4755e44cfe227988d4d9 (patch)
tree92b8c3d051085ff007b9fd7797202f23a18c8404 /default.pa
downloadaur-pulseaudio-bluetooth-a2dp-gdm-fix.tar.gz
Initial
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