mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-11 04:27:56 -05:00
module-avb: aecp-aem: invalid helper response status return fixed
This commit is contained in:
parent
e7c7b5058d
commit
93b59609a8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ static inline int reply_status(struct aecp *aecp, int status, const void *m, int
|
|||
|
||||
memcpy(buf, m, len);
|
||||
|
||||
pw_log_debug("status %u\n", h->type);
|
||||
pw_log_debug("status 0x%x\n", status);
|
||||
|
||||
AVB_PACKET_AECP_SET_MESSAGE_TYPE(reply, AVB_AECP_MESSAGE_TYPE_AEM_RESPONSE);
|
||||
AVB_PACKET_AECP_SET_STATUS(reply, status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue