mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
avb: implement some descriptors
Work on raw ethernet frames.
This commit is contained in:
parent
da14e9f59d
commit
4613c7822f
14 changed files with 1052 additions and 452 deletions
|
|
@ -224,7 +224,7 @@ static int send_discover(struct adp *adp, uint64_t entity_id)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int adp_message(void *data, uint64_t now, const uint8_t mac[6], const void *message, int len)
|
||||
static int adp_message(void *data, uint64_t now, const void *message, int len)
|
||||
{
|
||||
struct adp *adp = data;
|
||||
const struct avbtp_packet_adp *p = message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue