mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
milan-avb: acmp: log state on incoming messages
This commit is contained in:
parent
b2a5f7f97e
commit
0a02161943
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ static int acmp_message(void *data, uint64_t now, const void *message, int len)
|
|||
mtype = AVB_PACKET_ACMP_GET_MESSAGE_TYPE(p);
|
||||
|
||||
pw_log_info("got ACMP message %s", acmp_cmd_names[mtype]);
|
||||
avb_log_state(server, acmp_cmd_names[mtype]);
|
||||
|
||||
switch (mtype) {
|
||||
case AVB_ACMP_MESSAGE_TYPE_CONNECT_RX_COMMAND:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue