Message ID | 80f40fbd-c903-6f10-1d9f-e75f0f214db5@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] audio/transport: Emit Volume changed if endpoint is source | expand |
diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c index 8248014ae..26aa237a3 100644 --- a/profiles/audio/transport.c +++ b/profiles/audio/transport.c @@ -662,6 +662,7 @@ static void set_volume(const GDBusPropertyTable *property, a2dp->volume = volume; notify = transport->source_watch ? true : false; + notify = notify || (transport->sink_watch ? true : false); if (notify) g_dbus_emit_property_changed(btd_get_dbus_connection(), transport->path,