Provides automatic integration with the dbus enabled version of JACK 2. Signed-off-by: David Henningsson <david.henningsson at canonical.com> --- src/daemon/default.pa.in | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in index 95af191..156af67 100755 --- a/src/daemon/default.pa.in +++ b/src/daemon/default.pa.in @@ -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 at PA_SOEXT@ +load-module module-jackdbus-detect +.endif + ifelse(@HAVE_BLUEZ@, 1, [dnl ### Automatically load driver modules for Bluetooth hardware .ifexists module-bluetooth-discover at PA_SOEXT@ -- 1.7.5.4