mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-05 07:15:34 -04: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[] = {
|
static const struct cmd_info cmd_info_milan_v12[] = {
|
||||||
/** Milan V1.2 should not implement acquire */
|
/** 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,
|
AECP_AEM_HANDLE_CMD(AVB_AECP_AEM_CMD_LOCK_ENTITY, false,
|
||||||
handle_cmd_lock_entity_milan_v12),
|
handle_cmd_lock_entity_milan_v12),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue