mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-28 06:46:42 -04:00
milan-avb: introducing SET/GET CONTROL, first IDENTIFY
This commit is contained in:
parent
8912090c4d
commit
3597e09600
4 changed files with 328 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
/* AVB support */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2026 Alexandre Malki <alexandre.malki@kebag-logic.com> */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2026 Kebag-Logic */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
#ifndef __AVB_AECP_AEM_CMD_GET_SET_CONTROL_H__
|
||||
#define __AVB_AECP_AEM_CMD_GET_SET_CONTROL_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* \brief set the control according to milan. It involves for now
|
||||
* only the use of the identify function
|
||||
*/
|
||||
int handle_cmd_set_control_milan_v12(struct aecp *aecp, int64_t now, const void *m, int len);
|
||||
|
||||
/**
|
||||
* \brief retrieve the value the information about the control
|
||||
*/
|
||||
int handle_cmd_get_control_milan_v12(struct aecp *aecp, int64_t now, const void *m, int len);
|
||||
|
||||
#endif //__AVB_AECP_AEM_CMD_GET_SET_CONTROL_H__
|
||||
Loading…
Add table
Add a link
Reference in a new issue