Revision 1e1e7037 host/lib/usrp/usrp1/codec_ctrl.cpp
| b/host/lib/usrp/usrp1/codec_ctrl.cpp | ||
|---|---|---|
| 33 | 33 |
|
| 34 | 34 |
using namespace uhd; |
| 35 | 35 |
|
| 36 |
static const bool codec_debug = true;
|
|
| 36 |
static const bool codec_debug = false;
|
|
| 37 | 37 |
|
| 38 | 38 |
const gain_range_t usrp1_codec_ctrl::tx_pga_gain_range(-20, 0, float(0.1)); |
| 39 | 39 |
const gain_range_t usrp1_codec_ctrl::rx_pga_gain_range(0, 20, 1); |
Also available in: Unified diff