Searched refs:fir_max_length (Results 1 – 2 of 2) sorted by relevance
232 int fir_max_length; in get_fir() local244 fir_max_length = MIN(DMIC_HW_FIR_LENGTH_MAX, in get_fir()252 if (fir_list[i]->length <= fir_max_length) { in get_fir()260 fir_list[i]->length, fir_max_length); in get_fir()
24 hw.fir_max_length = 250;116 max_length = min(hw.fir_max_length, floor(hw.ioclk/fs/2-5));