mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-16 07:24:47 +08:00
audio: Add missing fall through declaration
This commit is contained in:
parent
0446d4a9c3
commit
7b027896d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user