Add config keys for upcoming RF demodulator drivers.

Langford driver will be first.
This commit is contained in:
Bert Vermeulen 2013-12-28 21:00:46 +01:00
parent 07ccb2b3f1
commit 32c426d204
1 changed files with 9 additions and 0 deletions

View File

@ -679,6 +679,9 @@ enum {
/** The device can measure energy consumption. */ /** The device can measure energy consumption. */
SR_CONF_ENERGYMETER, SR_CONF_ENERGYMETER,
/** The device can demodulate signals. */
SR_CONF_DEMODULATOR,
/*--- Driver scan options -------------------------------------------*/ /*--- Driver scan options -------------------------------------------*/
/** /**
@ -791,6 +794,12 @@ enum {
*/ */
SR_CONF_SWAP, SR_CONF_SWAP,
/** Center frequency.
* The input signal is downmixed by this frequency before the ADC
* anti-aliasing filter.
*/
SR_CONF_CENTER_FREQUENCY,
/*--- Special stuff -------------------------------------------------*/ /*--- Special stuff -------------------------------------------------*/
/** Scan options supported by the driver. */ /** Scan options supported by the driver. */