Diff between 2d392db690639a9304a33aa6b32808ec2e8bce7d and 91baac990d2544348c2e4b221c79af5708cfcb5d
Changed Files
| File | Additions | Deletions | Status |
| audio/avctp.c | +1 | -1 | modified |
Full Patch
diff --git a/audio/avctp.c b/audio/avctp.c
index 91a7886..5161703 100644
--- a/audio/avctp.c
+++ b/audio/avctp.c
@@ -295,7 +295,7 @@ static size_t handle_subunit_info(struct avctp *session,
DBG("reply to AVC_OP_SUBUNITINFO");
- return 0;
+ return operand_count;
}
static struct avctp_pdu_handler *find_handler(GSList *list, uint8_t opcode)