From b81d9ed11fae7bee59b67b1aee9927e417666875 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Thu, 3 Jul 2014 20:48:08 +0200 Subject: PulseAudio and API fixes --- backends/pulse/pulse-source-output.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/pulse/pulse-source-output.c') diff --git a/backends/pulse/pulse-source-output.c b/backends/pulse/pulse-source-output.c index dcd5eb3..3f3c3ae 100644 --- a/backends/pulse/pulse-source-output.c +++ b/backends/pulse/pulse-source-output.c @@ -169,12 +169,12 @@ pulse_source_output_update (PulseStream *stream, pulse_stream_update_mute (stream, info->mute ? TRUE : FALSE); if (info->has_volume) - pulse_stream_update_volume (stream, &info->volume, &info->channel_map); + pulse_stream_update_volume (stream, &info->volume, &info->channel_map, 0); else - pulse_stream_update_volume (stream, NULL, &info->channel_map); + pulse_stream_update_volume (stream, NULL, &info->channel_map, 0); #else pulse_stream_update_flags (stream, flags); - pulse_stream_update_volume (stream, NULL, &info->channel_map); + pulse_stream_update_volume (stream, NULL, &info->channel_map, 0); #endif if (G_LIKELY (parent != NULL)) -- cgit v1.2.1