From 7b027896d497cbb017221e669150b4dc84a7a026 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 12 Jul 2017 10:38:51 +0300 Subject: [PATCH] audio: Add missing fall through declaration --- profiles/audio/avrcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c index e8b602512..2c1434da2 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; -- 2.47.3