Browse Source

adjusted ipg time working, jack without xruns packet arrival time still missing

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
db06fc8061
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/avb/avb_sockets.c

+ 1
- 1
linux/avb/avb_sockets.c View File

@@ -106,7 +106,7 @@ int create_RAW_AVB_Transport_Socket( FILE* filepointer, int* raw_transport_socke
}


// /* Set Timestamping Option => requires recvmsg to be used => timestamp in auxillary data */
// /* Set Timestamping Option => requires recvmsg to be used => timestamp in ancillary data */
// int timestamp_flags = 0;
// timestamp_flags |= SOF_TIMESTAMPING_RX_HARDWARE;
// timestamp_flags |= SOF_TIMESTAMPING_SYS_HARDWARE;


Loading…
Cancel
Save