mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
enable bluetooth by default
This commit is contained in:
parent
c0a1706428
commit
8257214200
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ load-module module-hal-detect
|
|||
load-module module-detect
|
||||
.endif
|
||||
|
||||
### Automatically load driver modules for Bluetooth hardware
|
||||
.ifexists module-bluetooth-discover@PA_SOEXT@
|
||||
load-module module-bluetooth-discover
|
||||
.endif
|
||||
|
||||
### Load several protocols
|
||||
.ifexists module-esound-protocol-unix@PA_SOEXT@
|
||||
load-module module-esound-protocol-unix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue