disable second ADC in IF mode, make input selectable in DS-mode

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf
2012-09-16 16:24:58 +02:00
parent 519406264c
commit 01d8d308fc
2 changed files with 18 additions and 2 deletions

View File

@ -236,7 +236,7 @@ RTLSDR_API int rtlsdr_set_agc_mode(rtlsdr_dev_t *dev, int on);
* (xtal frequency of the RTL2832).
*
* \param dev the device handle given by rtlsdr_open()
* \param direct sampling mode, 1 means enabled, 0 disabled
* \param on 0 means disabled, 1 I-ADC input enabled, 2 Q-ADC input enabled
* \return 0 on success
*/
RTLSDR_API int rtlsdr_set_direct_sampling(rtlsdr_dev_t *dev, int on);