diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-23 22:55:30 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-27 15:45:49 -0700 |
commit | c2b97490b7920f67d7522a1640b9c53b014a5349 (patch) | |
tree | de9deef0506d243ecc1209c4bf74645cfeaa81f2 /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | 3b056a00425c8c1cc907a14983611268efb86878 (diff) | |
download | uhd-c2b97490b7920f67d7522a1640b9c53b014a5349.tar.gz uhd-c2b97490b7920f67d7522a1640b9c53b014a5349.tar.bz2 uhd-c2b97490b7920f67d7522a1640b9c53b014a5349.zip |
usrp2: added codec impl for codec properties to usrp2
Diffstat (limited to 'host/lib/usrp/usrp2/mboard_impl.cpp')
-rw-r--r-- | host/lib/usrp/usrp2/mboard_impl.cpp | 3 |
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 b3b03c11c..7ec1b9cbd 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -95,6 +95,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(); } |