mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -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
|
|
@ -47,12 +47,16 @@ struct avbtp_packet_mvrp_vid {
|
|||
struct avbtp_mvrp;
|
||||
|
||||
struct avbtp_mvrp_attribute {
|
||||
struct avbtp_mrp_attribute *mrp;
|
||||
uint8_t type;
|
||||
union {
|
||||
struct avbtp_packet_mvrp_vid vid;
|
||||
} attr;
|
||||
};
|
||||
|
||||
struct avbtp_mvrp_attribute *avbtp_mvrp_attribute_new(struct avbtp_mvrp *mvrp,
|
||||
uint8_t type);
|
||||
|
||||
struct avbtp_mvrp *avbtp_mvrp_register(struct server *server);
|
||||
|
||||
#endif /* AVBTP_MVRP_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue