Diff between 011967a4a2f7156b6ceef44ad8a0ad4ba546420d and ccc03d68e8f173fb8988855c22e707641342ecb5
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/avrcp.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/avrcp.c b/profiles/audio/avrcp.c
index a96fb93..aa0085b 100644
--- a/profiles/audio/avrcp.c
+++ b/profiles/audio/avrcp.c
@@ -3105,7 +3105,7 @@ static gboolean avrcp_play_item_rsp(struct avctp *conn, uint8_t code,
uint8_t *operands, size_t operand_count,
void *user_data)
{
- struct avrcp_browsing_header *pdu = (void *) operands;
+ struct avrcp_header *pdu = (void *) operands;
struct avrcp *session = (void *) user_data;
struct avrcp_player *player = session->controller->player;
struct media_player *mp = player->user_data;