module-avb: descriptors: introducing port flags

This commit is contained in:
hackerman-kl 2025-12-06 11:27:16 +01:00 committed by Wim Taymans
parent b90bd2c528
commit 82fe584f51

View file

@ -53,6 +53,13 @@
#define AVB_AEM_DESC_LAST_RESERVED_17221 0x0029
#define AVB_AEM_DESC_INVALID 0xffff
/* IEEE 1722.1-2021, Table 7-24 - Port Flags */
// No flag is not defined in table
#define AVB_AEM_PORT_FLAG_NO_FLAG 0x0000
#define AVB_AEM_PORT_FLAG_CLOCK_SYNC_SOURCE 0x0001
#define AVB_AEM_PORT_FLAG_ASYNC_SAMPLE_RATE_CONV 0x0002
#define AVB_AEM_PORT_FLAG_SYNC_SAMPLE_RATE_CONV 0x0004
struct avb_aem_desc_entity {
uint64_t entity_id;
uint64_t entity_model_id;