aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/codec_ctrl.hpp
Commit message (Collapse)AuthorAgeFilesLines
* fifo ctrl: spi core work and host implementationJosh Blum2012-03-231-3/+4
|
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-2/+2
| | | | double, simplifies life
* usrp-n: set ad9777 mod mode to transmit above nyquist of DSPJosh Blum2010-12-031-0/+9
|
* ADC gain control works.Nick Foster2010-07-281-1/+9
| | | | Separated digital gain and fine gain correction into separate buckets. Changed the rounding policy of gain_group to floor() rather than round().
* Added gain support for USRP2+ ADC.Nick Foster2010-07-271-0/+13
|
* Prepend usrp2 onto the helper classes in usrp2 impl to avoid symbol conflicts.Josh Blum2010-06-041-2/+2
|
* Added a place for serdes control on the host.Josh Blum2010-05-101-3/+3
| | | | | Fix bug in codec control. Comment out some clock control in fw code.
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-0/+38
The codec control powers down the chips on destruction.