mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
JACK: Load module-jackdbus-detect in default.pa
Provides automatic integration with the dbus enabled version of JACK 2. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5c86d76554
commit
286232f7a8
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ load-module module-hal-detect
|
|||
load-module module-detect
|
||||
.endif
|
||||
|
||||
### Automatically connect sink and source if JACK server is present
|
||||
.ifexists module-jackdbus-detect@PA_SOEXT@
|
||||
load-module module-jackdbus-detect
|
||||
.endif
|
||||
|
||||
ifelse(@HAVE_BLUEZ@, 1, [dnl
|
||||
### Automatically load driver modules for Bluetooth hardware
|
||||
.ifexists module-bluetooth-discover@PA_SOEXT@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue