summaryrefslogtreecommitdiffstats
path: root/host/lib/tune_helper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-011-126/+0
| | | | | Renamed simple device to simple usrp (it was usrp specific). Moved tune helper to usrp dir for same reason.
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+2
|
* use bb_rate and if_rate to handle dxc io ratesJosh Blum2010-03-291-3/+3
|
* Added tune helper to utils.Josh Blum2010-03-291-0/+125
Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir.