Browse Source

adjusted ipg time

pull/450/head
Christoph Kuhr 7 years ago
parent
commit
f30697d549
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/avb/JackAVBDriver.cpp

+ 1
- 1
linux/avb/JackAVBDriver.cpp View File

@@ -197,7 +197,7 @@ int JackAVBPDriver::Read()
if ( cumulative_ipg_us > ieee1722mc.period_usecs) {
ret = 1;
NotifyXRun(fBeginDateUst, cumulative_ipg_us);
//jack_error("netxruns... duration: %fms", cumulative_ipg_us / 1000);
jack_error("netxruns... duration: %fms", cumulative_ipg_us / 1000);
}

JackDriver::CycleTakeBeginTime();


Loading…
Cancel
Save