mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
module-avb: milan: aecp-aem: introducing the response to the lock-entity command
This commit is contained in:
parent
93b59609a8
commit
1aacf8d15a
3 changed files with 140 additions and 0 deletions
21
src/modules/module-avb/aecp-aem-cmds-resps/cmd-lock-entity.h
Normal file
21
src/modules/module-avb/aecp-aem-cmds-resps/cmd-lock-entity.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/* AVB support */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2025 Kebag-Logic */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2025 Alex Malki <alexandre.malki@kebag-logic.com> */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2025 Simon Gapp <simon.gapp@kebag-logic.com> */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#ifndef __AVB_AECP_AEM_LOCK_H__
|
||||
#define __AVB_AECP_AEM_LOCK_H__
|
||||
|
||||
#define AECP_AEM_LOCK_ENTITY_EXPIRE_TIMEOUT_SECOND (60UL)
|
||||
#define AECP_AEM_LOCK_ENTITY_FLAG_UNLOCK (1)
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief Command handling will generate the response for the lock command
|
||||
*/
|
||||
int handle_cmd_lock_entity_milan_v12(struct aecp *aecp, int64_t now,
|
||||
const void *m, int len);
|
||||
|
||||
#endif //__AVB_AECP_AEM_LOCK_H__
|
||||
Loading…
Add table
Add a link
Reference in a new issue