qcacmn: Enable Agile Spectral in single synth targets
Some targets have a single synthesizer and it allows a single Spectral detector to scan in 160 MHz /165 MHz. Enable Agile Spectral scanning in 160 MHz / 165 MHz for such targets. Agile creq2 will be populated in the WMI command after WMI interface changes are merged. CRs-Fixed: 2648480 Change-Id: I8522cbeeab29ac41479e3041eea376b081c0758a
This commit is contained in:

committed by
nshrivas

parent
f87f43f8b2
commit
1de47959b6
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2011,2017-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2011,2017-2020 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
@@ -242,6 +242,21 @@ enum spectral_dma_debug {
|
||||
SPECTRAL_DMA_BUFFER_DEBUG,
|
||||
};
|
||||
|
||||
/**
|
||||
* struct spectral_cp_param - Spectral control path data structure which
|
||||
* contains parameter and its value
|
||||
* @id: Parameter ID
|
||||
* @value: Single parameter value
|
||||
* @freq: Spectral scan frequency
|
||||
*/
|
||||
struct spectral_cp_param {
|
||||
uint32_t id;
|
||||
union {
|
||||
uint32_t value;
|
||||
struct spectral_config_frequency freq;
|
||||
};
|
||||
};
|
||||
|
||||
/**
|
||||
* struct spectral_chan_stats - channel status info
|
||||
* @cycle_count: Cycle count
|
||||
|
Reference in New Issue
Block a user