From 92e7a28de3f022f52da3fb9232a8287f6fa07d46 Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Tue, 27 Jul 2010 16:53:05 -0700 Subject: This is a manual merge of codec_gains2 into usrp2py. --- host/lib/usrp/usrp2/mboard_impl.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp') 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(); } -- cgit v1.2.3