aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/codec_ctrl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TVRX: works for USRP and USRP2.Nick Foster2010-09-291-1/+2
|
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhdNick Foster2010-09-281-2/+2
|\
| * usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-231-2/+2
| |
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of ↵Nick Foster2010-09-281-0/+13
|/ | | | TVRX should be in there. Not debugged.
* usrp1: Disable default codec debug outputThomas Tsou2010-08-271-1/+1
|
* usrp1: codec pga gain control fixJosh Blum2010-08-261-14/+14
|
* usrp1: Change codec transmit gain scalingThomas Tsou2010-08-191-2/+2
| | | | | | The AD9862 datasheet states that maximum gain is achieved with a value of 111111 (0x3f), however, empirical testing reveals that the gain scaling value spans the full register width of 8-bits.
* usrp1: Remove codec gain TODO commentsThomas Tsou2010-08-191-3/+3
|
* usrp1: Refactor mboard tuning codeThomas Tsou2010-08-181-88/+76
|
* usrp1: created daughterboard dualityJosh Blum2010-08-151-8/+8
| | | | | | everything that should have two is now stored into a dictionary of slot to type the set and get functions are now bound with a third argument for dboard slot the dboard iface has yet to be completed with the correct registers for a vs b
* usrp1: compiling off next branchJosh Blum2010-08-151-4/+4
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+441