mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 06:50:03 +01:00
module-avb: descriptors: introducing port flags
This commit is contained in:
parent
b90bd2c528
commit
82fe584f51
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,13 @@
|
||||||
#define AVB_AEM_DESC_LAST_RESERVED_17221 0x0029
|
#define AVB_AEM_DESC_LAST_RESERVED_17221 0x0029
|
||||||
#define AVB_AEM_DESC_INVALID 0xffff
|
#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 {
|
struct avb_aem_desc_entity {
|
||||||
uint64_t entity_id;
|
uint64_t entity_id;
|
||||||
uint64_t entity_model_id;
|
uint64_t entity_model_id;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue