mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
conf: Load bluetooth-policy module by default
Headset use-cases shouldn't get affected by this module and the support for A2DP source is interesting, therefore load the module by default.
This commit is contained in:
parent
71bd458bd1
commit
6ef23eb4af
1 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,10 @@ load-module module-jackdbus-detect
|
||||||
|
|
||||||
ifelse(@HAVE_BLUEZ@, 1, [dnl
|
ifelse(@HAVE_BLUEZ@, 1, [dnl
|
||||||
### Automatically load driver modules for Bluetooth hardware
|
### Automatically load driver modules for Bluetooth hardware
|
||||||
|
.ifexists module-bluetooth-policy@PA_SOEXT@
|
||||||
|
load-module module-bluetooth-policy
|
||||||
|
.endif
|
||||||
|
|
||||||
.ifexists module-bluetooth-discover@PA_SOEXT@
|
.ifexists module-bluetooth-discover@PA_SOEXT@
|
||||||
load-module module-bluetooth-discover
|
load-module module-bluetooth-discover
|
||||||
.endif
|
.endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue