qcacmn: Remove QCN9100 from application of fft bin size adjust
fft bin size adjust parameter is no longer applicable for QCN9100. Remove QCN9100 in the check for setting this paramenter. Change-Id: Ibff3d2d618e20563add79e65e31a442d8d36ba61 CRs-Fixed: 2804120
This commit is contained in:
parent
403a1b89cd
commit
4b8e53fb7a
@ -2188,8 +2188,7 @@ target_if_spectral_len_adj_swar_init(struct spectral_fft_bin_len_adj_swar *swar,
|
||||
swar->null_fftbin_adj = 0;
|
||||
}
|
||||
|
||||
if ((target_type == TARGET_TYPE_QCA8074V2) ||
|
||||
(target_type == TARGET_TYPE_QCN9100))
|
||||
if (target_type == TARGET_TYPE_QCA8074V2)
|
||||
swar->packmode_fftbin_size_adj = 1;
|
||||
else
|
||||
swar->packmode_fftbin_size_adj = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user