Browse Source

Merge 42e63310dc into 43e1173e30

pull/908/merge
Matt Flax GitHub 7 months ago
parent
commit
9bfe6b4311
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/iio/JackIIODriver.cpp

+ 1
- 1
linux/iio/JackIIODriver.cpp View File

@@ -139,7 +139,7 @@ SERVER_EXPORT Jack::JackDriverClientInterface* driver_initialize(Jack::JackLocke
int ret, colCnt;
Jack::JackDriverClientInterface* threaded_driver=NULL;

string chipName(IIO_DEFAULT_CHIP); // the default chip name to search for in the IIO devices.
std::string chipName(IIO_DEFAULT_CHIP); // the default chip name to search for in the IIO devices.
float fs = IIO_DEFAULT_READ_FS; // IIO sample rate is fixed.
jack_nframes_t periodSize = IIO_DEFAULT_PERIOD_SIZE; // default block size
jack_nframes_t periodCount = IIO_DEFAULT_PERIOD_COUNT; // default block count


Loading…
Cancel
Save