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
committerMartin Braun <martin.braun@ettus.com>2014-11-13 01:16:18 +0100
commit265db795c26cf9609f8f1288484f85788cbf7b3d (patch)
tree682c9a4b6ebb204a5ac896f392a01836b86c8815 /host/lib/usrp/x300/x300_clock_ctrl.cpp
parentbda6bcb2301281304981380cb804babcc681641a (diff)
downloaduhd-265db795c26cf9609f8f1288484f85788cbf7b3d.tar.gz
uhd-265db795c26cf9609f8f1288484f85788cbf7b3d.tar.bz2
uhd-265db795c26cf9609f8f1288484f85788cbf7b3d.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() {