Diff between 4f7843a0fcc1a0a4336004de2702f657fb97b5ff and bf25bb8b335e4cd967ad8e4d358addc7305818b9

Changed Files

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

Full Patch

diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 7e3d1e6..4121e52 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -827,7 +827,6 @@ static int media_transport_init_sink(struct media_transport *transport)
 	transport->destroy = destroy_a2dp;
 
 	a2dp->volume = 127;
-	avrcp_set_volume(transport->device, a2dp->volume, true);
 	transport->source_watch = source_add_state_cb(service,
 							source_state_changed,
 							transport);