Add config keys for upcoming RF demodulator drivers.
Langford driver will be first.
This commit is contained in:
parent
07ccb2b3f1
commit
32c426d204
|
@ -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. */
|
||||||
|
|
Loading…
Reference in New Issue