mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
module-avb: milan: acquiring not supported directly called
This commit is contained in:
parent
198f4a92f5
commit
f65d5654d3
1 changed files with 2 additions and 1 deletions
|
|
@ -281,7 +281,8 @@ static const struct cmd_info cmd_info_avb_legacy[] = {
|
|||
|
||||
static const struct cmd_info cmd_info_milan_v12[] = {
|
||||
/** Milan V1.2 should not implement acquire */
|
||||
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_ACQUIRE_ENTITY, true, NULL),
|
||||
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_ACQUIRE_ENTITY, true,
|
||||
direct_reply_not_supported),
|
||||
|
||||
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_LOCK_ENTITY, false,
|
||||
handle_cmd_lock_entity_milan_v12),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue