aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_dac_ctrl.hpp
diff options
context:
space:
mode:
authorAshish Chaudhari <ashish@ettus.com>2016-05-26 09:20:59 -0700
committerAshish Chaudhari <ashish@ettus.com>2016-05-26 09:20:59 -0700
commit9046188eb890a2b6dcb813fb365b2a863f94529d (patch)
tree736da7a550fe9b0036e4cca410665aff11a688a2 /host/lib/usrp/x300/x300_dac_ctrl.hpp
parentf34e0beab103ff21315c7d417a68501a7722ef7d (diff)
parentbf74b4e85d6d2b8833c35b1f243eb36b99432250 (diff)
downloaduhd-9046188eb890a2b6dcb813fb365b2a863f94529d.tar.gz
uhd-9046188eb890a2b6dcb813fb365b2a863f94529d.tar.bz2
uhd-9046188eb890a2b6dcb813fb365b2a863f94529d.zip
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/x300/x300_dac_ctrl.hpp')
-rw-r--r--host/lib/usrp/x300/x300_dac_ctrl.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/x300/x300_dac_ctrl.hpp b/host/lib/usrp/x300/x300_dac_ctrl.hpp
index c2e509b54..f2a407971 100644
--- a/host/lib/usrp/x300/x300_dac_ctrl.hpp
+++ b/host/lib/usrp/x300/x300_dac_ctrl.hpp
@@ -40,9 +40,6 @@ public:
// ! Reset the DAC
virtual void reset(void) = 0;
- // ! Reset the DAC and resync
- virtual void reset_and_resync(void) = 0;
-
// ! Check for successful backend and frontend sync
virtual void verify_sync(void) = 0;
};