Signed-off-by: Peter Meerwald
---
man/pactl.1.xml.in | 20
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in
index 29071b3..a195b1d 100644
--- a/man/pactl.1.xml.in
+++ b/man/pactl.1.xml.in
@@ -189,33 +189,37 @@ USA.
From: Parin Porecha
Example: pactl set-sink-volume "sink_name" 32000 4
If the number of volumes provided is different than the number of channels
(excluding the case where a single volume is provided), an error message
is displayed explaining why the volumes could not be set.
patch proposed
v2 folds the cleanups into Parin's patch and improves the documentation
as suggested by Tanu
Parin Porecha (1):
pactl: Allow to set volume of each channel independently (Bug #39190)
Peter Meerwald (2):
pactl: Check consistency of volumes specified
pactl: Document ability to specify channel
Must use one way to specify volumes consistently, e.g.
+3dB +3dB, mixing different ways is not allowed, such as
40% 1000
Signed-off-by: Peter Meerwald
---
src/utils/pactl.c | 57 +++
1 file changed, 28 insertions(+), 29 deletions(-)
diff --git
Signed-off-by: Peter Meerwald
---
src/pulse/context.h | 2 +-
src/pulse/def.h | 2 +-
src/pulse/stream.h | 8
src/pulse/thread-mainloop.h | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/pulse/context.h b/src/pulse/context.h
index 3b
Signed-off-by: Peter Meerwald
---
src/modules/rtp/module-rtp-send.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/rtp/module-rtp-send.c
b/src/modules/rtp/module-rtp-send.c
index 581e6be..14f00b3 100644
--- a/src/modules/rtp/module-rtp-send.c
+++ b/src/modules/rt