mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-29 06:46:38 -04:00
milan-avb: mvu certification number Disclamer to avoid any confusion
This commit is contained in:
parent
30711940c4
commit
74b6f237d1
1 changed files with 9 additions and 2 deletions
|
|
@ -30,8 +30,15 @@ struct avb_packet_aecp_mvu_get_milan_info_rsp {
|
||||||
#define MILAN_MVU_FEATURES_FLAGS 0x00000000u
|
#define MILAN_MVU_FEATURES_FLAGS 0x00000000u
|
||||||
|
|
||||||
/* Milan v1.2 Section 5.4.4.1: certification_version byte-encoded
|
/* Milan v1.2 Section 5.4.4.1: certification_version byte-encoded
|
||||||
* major.minor.revision.build. Milan v1.2 = 0x01020000. */
|
* major.minor.revision.build. Milan v1.2 = 0x01020000.
|
||||||
#define MILAN_MVU_CERTIFICATION_VERSION 0x01020000u
|
*
|
||||||
|
* CRITICAL: DO NOT PROVIDE OR UTILIZE NUMERICAL IDENTIFIERS IN THIS
|
||||||
|
* INTEGRATION UNLESS THE IMPLEMENTATION HAS BEEN VALIDATED VIA
|
||||||
|
* THE AVNU CERTIFICATION PROGRAM.
|
||||||
|
* FOR CERTIFICATION DETAILS AND PROTOCOL STANDARDS, REFER TO:
|
||||||
|
* https://avnu.org/
|
||||||
|
*/
|
||||||
|
#define MILAN_MVU_CERTIFICATION_VERSION 0x00000000u
|
||||||
|
|
||||||
int handle_cmd_mvu_get_milan_info_milan_v12(struct aecp *aecp, int64_t now,
|
int handle_cmd_mvu_get_milan_info_milan_v12(struct aecp *aecp, int64_t now,
|
||||||
const void *m, int len)
|
const void *m, int len)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue