Diff between 0446d4a9c3ae683ca383644d0308700799924671 and 7b027896d497cbb017221e669150b4dc84a7a026
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avrcp.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index e8b6025..2c1434d 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -3801,6 +3801,7 @@ static gboolean avrcp_get_capabilities_resp(struct avctp *conn, uint8_t code,
if (!session->controller ||
!session->controller->player)
break;
+ /* fall through */
case AVRCP_EVENT_VOLUME_CHANGED:
avrcp_register_notification(session, event);
break;