Diff between ea55754acd3ab15bf07d2b47a40cdaa4d96a806f and 2e6b80ed9bf82d75245cee4105f503d81b80c41b

Changed Files

File Additions Deletions Status
profiles/audio/transport.c +2 -0 modified

Full Patch

diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 8defc6f..f38534f 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);
 }