aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-07-27 16:53:05 -0700
committerNick Foster <nick@nerdnetworks.org>2010-07-27 16:53:05 -0700
commit92e7a28de3f022f52da3fb9232a8287f6fa07d46 (patch)
tree02c37b732049e50872bd18b764dcfb8041e341e1 /host/lib/usrp/usrp2/mboard_impl.cpp
parentaeedd5a53e017e2c14a86dff521353ff6016a849 (diff)
downloaduhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.tar.gz
uhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.tar.bz2
uhd-92e7a28de3f022f52da3fb9232a8287f6fa07d46.zip
This is a manual merge of codec_gains2 into usrp2py.
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r--host/lib/usrp/usrp2/mboard_impl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/mboard_impl.cpp b/host/lib/usrp/usrp2/mboard_impl.cpp
index 133e6f989..7243880f3 100644
--- a/host/lib/usrp/usrp2/mboard_impl.cpp
+++ b/host/lib/usrp/usrp2/mboard_impl.cpp
@@ -99,6 +99,9 @@ usrp2_mboard_impl::usrp2_mboard_impl(
//initialize the clock configuration
init_clock_config();
+ //init the codec before the dboard
+ codec_init();
+
//init the tx and rx dboards (do last)
dboard_init();
}