aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-06 14:15:34 -0700
committerJosh Blum <josh@joshknows.com>2011-10-06 14:15:34 -0700
commit26aacf3edc1331691827156903a65125532ea6a8 (patch)
tree5713ba10e5e271eedca7992c50be42101d7180f0 /host
parent0347d9c15e47401238e814b7dc28aa9c27e38bcc (diff)
downloaduhd-26aacf3edc1331691827156903a65125532ea6a8.tar.gz
uhd-26aacf3edc1331691827156903a65125532ea6a8.tar.bz2
uhd-26aacf3edc1331691827156903a65125532ea6a8.zip
e100: codec control register fix for tx
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/e100/codec_ctrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/codec_ctrl.cpp b/host/lib/usrp/e100/codec_ctrl.cpp
index f3d2a04b5..13b3bc951 100644
--- a/host/lib/usrp/e100/codec_ctrl.cpp
+++ b/host/lib/usrp/e100/codec_ctrl.cpp
@@ -107,7 +107,7 @@ e100_codec_ctrl_impl::e100_codec_ctrl_impl(spi_iface::sptr iface){
//disable clkout1 and clkout2
_ad9862_regs.dis1 = ad9862_regs_t::DIS1_DIS;
- _ad9862_regs.dis2 = ad9862_regs_t::DIS2_DIS;
+ //_ad9862_regs.dis2 = ad9862_regs_t::DIS2_DIS; needed for transmit
//write the register settings to the codec
for (uint8_t addr = 0; addr <= 25; addr++){