Diff between ce82168f9f708a61efaa2bac734997db01c9ffdb and 0bb66d3d1abd7d25b840d535c03b1b9613727d5c
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/transport.c | +3 | -0 | modified |
Full Patch
diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 2b9832a..ab149bc 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -2649,6 +2649,9 @@ void media_transport_update_delay(struct media_transport *transport,
if (a2dp->delay == delay)
return;
+ if (a2dp->session == NULL)
+ a2dp->session = a2dp_avdtp_get(transport->device);
+
a2dp->delay = delay;
g_dbus_emit_property_changed(btd_get_dbus_connection(),