PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 2101078c by Mathy Vanvoorden at 2021-12-16T11:25:41+00:00 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> - - - - - 1 changed file: - src/modules/jack/module-jackdbus-detect.c Changes: ===================================== src/modules/jack/module-jackdbus-detect.c ===================================== @@ -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> " View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2101078c22d0331143295a31b5938dc03a967eba -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/2101078c22d0331143295a31b5938dc03a967eba You're receiving this email because of your account on gitlab.freedesktop.org.
