mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -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
|
|
@ -52,6 +52,7 @@ struct avbtp_packet_mmrp_mac {
|
|||
struct avbtp_mmrp;
|
||||
|
||||
struct avbtp_mmrp_attribute {
|
||||
struct avbtp_mrp_attribute *mrp;
|
||||
uint8_t type;
|
||||
union {
|
||||
struct avbtp_packet_mmrp_service_requirement service_requirement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue