diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-09 15:59:09 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-09 15:59:09 +0200 |
commit | 526fdf477edc40452c18b51e13cbdffaa69de52b (patch) | |
tree | dd73763b097fca2a86288bcb55881a96f3e5faaf /backends/pulse/pulse-stream-control.c | |
parent | b4695e82ae0cc3183e9d3be4fca191394292609f (diff) | |
parent | 0ab66491e3847f6de92fc5358e9687c6d2f458ce (diff) | |
download | libmatemixer-526fdf477edc40452c18b51e13cbdffaa69de52b.tar.bz2 libmatemixer-526fdf477edc40452c18b51e13cbdffaa69de52b.tar.xz |
Merge branch 'after-gsoc'
Diffstat (limited to 'backends/pulse/pulse-stream-control.c')
-rw-r--r-- | backends/pulse/pulse-stream-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/pulse/pulse-stream-control.c b/backends/pulse/pulse-stream-control.c index fa17e6b..f61a616 100644 --- a/backends/pulse/pulse-stream-control.c +++ b/backends/pulse/pulse-stream-control.c @@ -550,7 +550,7 @@ pulse_stream_control_get_channel_position (MateMixerStreamControl *mmsc, guint c if (channel >= control->priv->channel_map.channels) return MATE_MIXER_CHANNEL_UNKNOWN; - return pulse_convert_position_to_pulse (control->priv->channel_map.map[channel]); + return pulse_convert_position_from_pulse (control->priv->channel_map.map[channel]); } static gboolean |