[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] jackdbus-detect: Allow to configure multiple sinks/sources
PulseAudio Marge Bot (@pulseaudio-merge-bot)
gitlab at gitlab.freedesktop.org
Thu Dec 16 11:29:42 UTC 2021
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20211216/3167e0b5/attachment.htm>
More information about the pulseaudio-commits
mailing list