diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-23 22:55:30 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-23 22:55:30 -0700 |
commit | 4a6543bd481370ae924ca90c325d5cd5b2dfe692 (patch) | |
tree | 11eb564dcc103b9fb555c6651e30d1e9f73ca268 /host/lib/usrp/usrp2/mboard_impl.cpp | |
parent | 3bda1dc3e0d7c470bd995a25a28993d13581cea8 (diff) | |
download | uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.gz uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.bz2 uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.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 7518d3114..2f5a51c51 100644 --- a/host/lib/usrp/usrp2/mboard_impl.cpp +++ b/host/lib/usrp/usrp2/mboard_impl.cpp @@ -90,6 +90,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(); } |