From 2e6b80ed9bf82d75245cee4105f503d81b80c41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 11 Jan 2013 17:25:25 -0300 Subject: [PATCH] transport: Store the value set through the 'Volume' property --- profiles/audio/transport.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index 8defc6fef..f38534f8f 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -658,6 +658,8 @@ static void set_volume(const GDBusPropertyTable *property, if (a2dp->volume != volume) avrcp_set_volume(transport->device, volume); + a2dp->volume = volume; + g_dbus_pending_property_success(id); } -- 2.47.3