diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-09-29 18:27:08 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-09-29 18:27:08 -0700 |
commit | 56751efbe6e0751a2b8cd0f7a31d5dfd07fec5dd (patch) | |
tree | c0276e51f4ba46193dbddf3e1441787d918d7681 /host/lib/usrp/usrp1/codec_ctrl.cpp | |
parent | 9c58df56e805cc924aef980f466cd45a42b2d1a4 (diff) | |
download | uhd-56751efbe6e0751a2b8cd0f7a31d5dfd07fec5dd.tar.gz uhd-56751efbe6e0751a2b8cd0f7a31d5dfd07fec5dd.tar.bz2 uhd-56751efbe6e0751a2b8cd0f7a31d5dfd07fec5dd.zip |
TVRX: works for USRP and USRP2.
Diffstat (limited to 'host/lib/usrp/usrp1/codec_ctrl.cpp')
-rw-r--r-- | host/lib/usrp/usrp1/codec_ctrl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/codec_ctrl.cpp b/host/lib/usrp/usrp1/codec_ctrl.cpp index 33b18b196..4aa730573 100644 --- a/host/lib/usrp/usrp1/codec_ctrl.cpp +++ b/host/lib/usrp/usrp1/codec_ctrl.cpp @@ -423,7 +423,8 @@ void usrp1_codec_ctrl_impl::set_duc_freq(double freq) /*********************************************************************** * Codec Control ADC buffer bypass - * Enable this for DC-coupled daughterboards (TVRX) + * Disable this for AC-coupled daughterboards (TVRX) + * By default it is initialized TRUE. **********************************************************************/ void usrp1_codec_ctrl_impl::bypass_adc_buffers(bool bypass) { _ad9862_regs.byp_buffer_a = bypass; |