mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
avb: implement more MRP
Join a READY listener MRP attribute when we recveive the transmit response. Also listen for talker attributes. Remove attribute callbacks, we don't need them because we moved the packet construction in the MRP users. Implement notify for listener attributes. A connect will now make my MOTU send samples to PipeWire.
This commit is contained in:
parent
f64f8cdd4d
commit
0868f0c7b0
11 changed files with 325 additions and 204 deletions
|
|
@ -104,6 +104,10 @@ struct avbtp_packet_msrp_domain {
|
|||
uint16_t sr_class_vid;
|
||||
} __attribute__ ((__packed__));
|
||||
|
||||
#define AVBTP_MSRP_LISTENER_PARAM_IGNORE 0
|
||||
#define AVBTP_MSRP_LISTENER_PARAM_ASKING_FAILED 1
|
||||
#define AVBTP_MSRP_LISTENER_PARAM_READY 2
|
||||
#define AVBTP_MSRP_LISTENER_PARAM_READY_FAILED 3
|
||||
|
||||
struct avbtp_msrp_attribute {
|
||||
struct avbtp_mrp_attribute *mrp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue