audio: Add missing fall through declaration

This commit is contained in:
Luiz Augusto von Dentz 2017-07-12 10:38:51 +03:00
parent 0446d4a9c3
commit 7b027896d4

View File

@ -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;