dda33238fc
See: https://bugs.gentoo.org/679526 Package-Manager: Portage-2.3.62, Repoman-2.3.12
19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
#!/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
|