From 938bbc303959733256f0f7e61b0ab42baeb5693d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 25 Jul 2023 12:47:58 +0200 Subject: [PATCH] protocol-pulse: document 2 other quirks --- src/modules/module-protocol-pulse.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/module-protocol-pulse.c b/src/modules/module-protocol-pulse.c index 79e424de8..ab5f8f921 100644 --- a/src/modules/module-protocol-pulse.c +++ b/src/modules/module-protocol-pulse.c @@ -281,6 +281,9 @@ * * `remove-capture-dont-move` Removes the DONT_MOVE flag on capture streams. Some applications * set this flag so that the stream can't be moved anymore with tools such as * pavucontrol. + * * `block-source-volume` blocks the client from updating any source volumes. This can be used + * to disable things like automatic gain control. + * * `block-sink-volume` blocks the client from updating any sink volumes. * * ### update-props *