aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/codec_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to get codec_impl to compile, dur.Nick Foster2010-08-251-11/+11
| | | | Changed memory map to correspond to new tx_policy code.
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2pNick Foster2010-08-181-6/+2
|\
| * uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-6/+2
| | | | | | | | simplifies the code after the property set/get declaration
| * usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+96
|
* ADC gain control works.Nick Foster2010-07-281-3/+8
| | | | Separated digital gain and fine gain correction into separate buckets. Changed the rounding policy of gain_group to floor() rather than round().
* Added gain range property to rx_codec_get.Nick Foster2010-07-281-0/+5
|
* Added gain support for USRP2+ ADC.Nick Foster2010-07-271-3/+60
|
* usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-231-0/+96