aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_impl.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
index 12d4c9d9e..bdb1a675b 100644
--- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp
+++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
@@ -36,8 +36,8 @@
*/
uhd::usrp::dboard_iface::sptr make_usrp_e_dboard_iface(
usrp_e_iface::sptr iface,
- clock_ctrl::sptr clock,
- codec_ctrl::sptr codec
+ usrp_e_clock_ctrl::sptr clock,
+ usrp_e_codec_ctrl::sptr codec
);
/*!
@@ -96,10 +96,10 @@ private:
//TODO otw type recv/send
//ad9522 clock control
- clock_ctrl::sptr _clock_ctrl;
+ usrp_e_clock_ctrl::sptr _clock_ctrl;
//ad9862 codec control
- codec_ctrl::sptr _codec_ctrl;
+ usrp_e_codec_ctrl::sptr _codec_ctrl;
//device functions and settings
void get(const wax::obj &, wax::obj &);