aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/SDR.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/SDR.h')
-rw-r--r--src/output/SDR.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/output/SDR.h b/src/output/SDR.h
index ab23aa1..370bc38 100644
--- a/src/output/SDR.h
+++ b/src/output/SDR.h
@@ -48,6 +48,7 @@ enum refclk_lock_loss_behaviour_t { CRASH, IGNORE };
* they will get lost on a modulator restart. */
struct SDRDeviceConfig {
std::string device;
+ std::string subDevice; // For UHD
long masterClockRate = 32768000;
unsigned sampleRate = 2048000;