aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_clock_ctrl.cpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2014-11-06 14:21:39 -0800
committerAshish Chaudhari <ashish@ettus.com>2014-11-06 14:21:39 -0800
commit71565ecad53214c0179666d5715a5b81f4fea23f (patch)
tree2b49814d0d42b1f33167cb01d3bc4de4b4c20362 /host/lib/usrp/x300/x300_clock_ctrl.cpp
parent60455eb59e1aeb68bc54ab3620ef7995ada49be4 (diff)
downloaduhd-71565ecad53214c0179666d5715a5b81f4fea23f.tar.gz
uhd-71565ecad53214c0179666d5715a5b81f4fea23f.tar.bz2
uhd-71565ecad53214c0179666d5715a5b81f4fea23f.zip
x300: Cleaned up DAC ctrl and clock init logic
- DAC: Squashed configuration into 2 main operations: reset and reset_and_resync - DAC: Put in sleep mode during configuration - DAC: Synchronize only if streaming to more than one DAC - DAC: Use falling edge sync mode - DAC: Fixed power up/down settings - DAC: Frontend sync failure is fatal - Clocks: Refactored clock source change logic - Clocks: Cleaned up init and lock-check sequence
Diffstat (limited to 'host/lib/usrp/x300/x300_clock_ctrl.cpp')
-rw-r--r--host/lib/usrp/x300/x300_clock_ctrl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_clock_ctrl.cpp b/host/lib/usrp/x300/x300_clock_ctrl.cpp
index 21411e651..247c10ac4 100644
--- a/host/lib/usrp/x300/x300_clock_ctrl.cpp
+++ b/host/lib/usrp/x300/x300_clock_ctrl.cpp
@@ -49,7 +49,6 @@ x300_clock_ctrl_impl(uhd::spi_iface::sptr spiface,
_master_clock_rate(master_clock_rate),
_system_ref_rate(system_ref_rate)
{
- set_master_clock_rate(master_clock_rate);
}
void reset_clocks() {