Signed-off-by: Peter Meerwald <[email protected]>
---
src/pulsecore/mix.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pulsecore/mix.c b/src/pulsecore/mix.c
index 06b22bd..4a839ec 100644
--- a/src/pulsecore/mix.c
+++ b/src/pulsecore/mix.c
@@ -707,10 +707,10 @@ void pa_volume_memchunk(
if (pa_memblock_is_silence(c->memblock))
return;
- if (pa_cvolume_channels_equal_to(volume, PA_VOLUME_NORM))
+ if (pa_cvolume_is_norm(volume))
return;
- if (pa_cvolume_channels_equal_to(volume, PA_VOLUME_MUTED)) {
+ if (pa_cvolume_is_muted(volume)) {
pa_silence_memchunk(c, spec);
return;
}
--
1.9.1
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss