jackdbus-detect: Allow to configure multiple sinks/sources

This makes it possible to define multiple sinks/sources on detection
of the jack server. This allows one to for example create a separate
sink for conferencing software and route that in jack to another
channel on their audio interface.

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/669>
This commit is contained in:
Mathy Vanvoorden 2021-12-09 14:06:19 +01:00 committed by PulseAudio Marge Bot
parent ece71de3fd
commit 2101078c22

View file

@ -36,7 +36,7 @@
PA_MODULE_AUTHOR("David Henningsson");
PA_MODULE_DESCRIPTION("Adds JACK sink/source ports when JACK is started");
PA_MODULE_LOAD_ONCE(true);
PA_MODULE_LOAD_ONCE(false);
PA_MODULE_VERSION(PACKAGE_VERSION);
PA_MODULE_USAGE(
"channels=<number of channels> "