diff --git a/src/modules/module-jackdbus-detect.c b/src/modules/module-jackdbus-detect.c index 701a21b14..23bce1b45 100644 --- a/src/modules/module-jackdbus-detect.c +++ b/src/modules/module-jackdbus-detect.c @@ -40,6 +40,19 @@ * There are no module-specific options, all arguments are passed to * \ref page_module_jack_tunnel. * + * ## Config override + * + * A `module.jackdbus-detect.args` config section can be added + * to override the module arguments. + * + *\code{.unparsed} + * # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect-args.conf + * + * module.jackdbus-detect.args = { + * #tunnel.mode = duplex + * } + *\endcode + * * ## Example configuration *\code{.unparsed} * # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect.conf @@ -61,17 +74,6 @@ * } * ] *\endcode - - * ## Config override - * - * A `module.jackdbus-detect.args` config section can be added in the override directory - * to override the module arguments. - * - *\code{.unparsed} - * module.jackdbus-detect.args = { - * #tunnel.mode = duplex - * } - *\endcode * */ diff --git a/src/modules/module-profiler.c b/src/modules/module-profiler.c index d7a4bb153..97795b440 100644 --- a/src/modules/module-profiler.c +++ b/src/modules/module-profiler.c @@ -40,6 +40,19 @@ * on every processing cycle. This allows trading off * CPU usage for profiling accuracy. Default 0 * + * ## Config override + * + * A `module.profiler.args` config section can be added + * to override the module arguments. + * + *\code{.unparsed} + * # ~/.config/pipewire/pipewire.conf.d/my-profiler-args.conf + * + * module.profiler.args = { + * #profile.interval.ms = 10 + * } + *\endcode + * * ## Example configuration * * The module has no arguments and is usually added to the config file of @@ -54,17 +67,6 @@ * } * ] *\endcode - - * ## Config override - * - * A `module.profiler.args` config section can be added in the override directory - * to override the module arguments. - * - *\code{.unparsed} - * module.profiler.args = { - * #profile.interval.ms = 10 - * } - *\endcode * * ## See also * diff --git a/src/modules/module-rt.c b/src/modules/module-rt.c index 66fe95ae8..d957b598a 100644 --- a/src/modules/module-rt.c +++ b/src/modules/module-rt.c @@ -95,6 +95,19 @@ * * The PipeWire server processes are explicitly configured with a valid nice level. * + * ## Config override + * + * A `module.rt.args` config section can be added + * to override the module arguments. + * + *\code{.unparsed} + * # ~/.config/pipewire/pipewire.conf.d/my-rt-args.conf + * + * module.rt.args = { + * #nice.level = 22 + * } + *\endcode + * * ## Example configuration * *\code{.unparsed} @@ -115,17 +128,6 @@ * } * ] *\endcode - * - * ## Config override - * - * A `module.rt.args` config section can be added in the override directory - * to override the module arguments. - * - *\code{.unparsed} - * module.rt.args = { - * nice.level = 22 - * } - *\endcode */ #define NAME "rt"