Diff between 34cfee7ed0186726079b537946f64cdfbbbed6f3 and de1b3a5ac3991f5cfb9278c2887c0be2b71dc58b
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avrcp.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index b5e6548..9fe8f55 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -4268,7 +4268,7 @@ static void target_init(struct avrcp *session)
if (target->version < 0x0104)
return;
- if (!avrcp_volume_supported(target))
+ if (avrcp_volume_supported(target))
session->supported_events |=
(1 << AVRCP_EVENT_VOLUME_CHANGED);