aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-05-04 09:32:38 +0000
committerJosh Blum <josh@joshknows.com>2010-05-04 09:32:38 +0000
commit8f21adbed40db490bec8ead6b8d50d2b3d1a4136 (patch)
treee664c69ee78a6409b20d5123bb535c52a24243bc /host/lib/usrp/usrp_e/usrp_e_impl.hpp
parentd8c04c4b70f41b27acb33cd69ed88469d7c94482 (diff)
downloaduhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.tar.gz
uhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.tar.bz2
uhd-8f21adbed40db490bec8ead6b8d50d2b3d1a4136.zip
created codec control for ad9862, wip
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, 8 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
index 23e36ed05..6746e012a 100644
--- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp
+++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
@@ -16,6 +16,8 @@
//
#include "usrp_e_iface.hpp"
+#include "clock_ctrl.hpp"
+#include "codec_ctrl.hpp"
#include <uhd/usrp/usrp_e.hpp>
#include <uhd/usrp/dboard_eeprom.hpp>
#include <uhd/types/clock_config.hpp>
@@ -91,6 +93,12 @@ private:
uhd::clock_config_t _clock_config;
+ //ad9522 clock control
+ clock_ctrl::sptr _clock_ctrl;
+
+ //ad9862 codec control
+ codec_ctrl::sptr _codec_ctrl;
+
//device functions and settings
void get(const wax::obj &, wax::obj &);
void set(const wax::obj &, const wax::obj &);