qcacmn: Cap the FFT bin values to 255
FFT bin values can span 10 bits for HKv1, HKv2 and Pine. This change is to cap the values to 8 bits for such case on these platforms. Change-Id: I144b00b1ed21a3281f79050bb1ab63bd857e47b1 CRs-Fixed: 2804192
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
#define SPECTRAL_PARAM_FFT_SIZE_MAX_GEN3_QCN9000 (10)
|
||||
#define SPECTRAL_PARAM_RPT_MODE_MIN (0)
|
||||
#define SPECTRAL_PARAM_RPT_MODE_MAX (3)
|
||||
#define MAX_FFTBIN_VALUE (255)
|
||||
|
||||
/* DBR ring debug size for Spectral */
|
||||
#define SPECTRAL_DBR_RING_DEBUG_SIZE 512
|
||||
|
Reference in New Issue
Block a user