Lines Matching refs:band_idx
216 .band_idx = bidx, \
223 unsigned int band_idx; member
379 int iir_idx, int band_idx, in get_iir_band_coeff() argument
387 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
395 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
403 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
411 ((band_idx * BAND_MAX + coeff_idx) in get_iir_band_coeff()
432 int band_idx = ctl->band_idx; in msm8x16_wcd_get_iir_band_audio_mixer() local
435 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in msm8x16_wcd_get_iir_band_audio_mixer()
436 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in msm8x16_wcd_get_iir_band_audio_mixer()
437 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in msm8x16_wcd_get_iir_band_audio_mixer()
438 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in msm8x16_wcd_get_iir_band_audio_mixer()
439 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in msm8x16_wcd_get_iir_band_audio_mixer()
447 int iir_idx, int band_idx, in set_iir_band_coeff() argument
478 int band_idx = ctl->band_idx; in msm8x16_wcd_put_iir_band_audio_mixer() local
487 (band_idx * BAND_MAX * sizeof(uint32_t)) & 0x7F); in msm8x16_wcd_put_iir_band_audio_mixer()
489 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in msm8x16_wcd_put_iir_band_audio_mixer()
490 set_iir_band_coeff(component, iir_idx, band_idx, coeff[1]); in msm8x16_wcd_put_iir_band_audio_mixer()
491 set_iir_band_coeff(component, iir_idx, band_idx, coeff[2]); in msm8x16_wcd_put_iir_band_audio_mixer()
492 set_iir_band_coeff(component, iir_idx, band_idx, coeff[3]); in msm8x16_wcd_put_iir_band_audio_mixer()
493 set_iir_band_coeff(component, iir_idx, band_idx, coeff[4]); in msm8x16_wcd_put_iir_band_audio_mixer()