Browse Source

adjusted ipg time

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

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

@@ -90,7 +90,7 @@ JackAVBPDriver::JackAVBPDriver(const char* name, const char* alias, JackLockedEn
num_periods
);

&(this->ieee1722mc)->period_usecs = period_size / sample_rate * 1000000;
this->ieee1722mc.period_usecs = period_size / sample_rate * 1000000;
}

JackAVBPDriver::~JackAVBPDriver()


Loading…
Cancel
Save