[pulseaudio-discuss] [PATCH v2 3/3] pactl: Document ability to specify channel volumes individually

2014-02-20 Thread Peter Meerwald
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.

[pulseaudio-discuss] [PATCH v2 1/3] pactl: Allow to set volume of each channel independently (Bug #39190)

2014-02-20 Thread Peter Meerwald
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

[pulseaudio-discuss] [PATCH v2 0/3] pactl: Allow to set volume of each channel independently (Bug #39190)

2014-02-20 Thread Peter Meerwald
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

[pulseaudio-discuss] [PATCH v2 2/3] pactl: Check consistency of volumes specified

2014-02-20 Thread Peter Meerwald
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

[pulseaudio-discuss] [PATCH 2/2] doc: Assorted spelling and grammar fixes for doxygen output

2014-02-20 Thread Peter Meerwald
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

[pulseaudio-discuss] [PATCH 1/2] modules: Fix uninitialized variable in rtp-send

2014-02-20 Thread Peter Meerwald
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