Home
last modified time | relevance | path

Searched refs:get_iir_band_coeff (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmsm8916-wcd-digital.c378 static uint32_t get_iir_band_coeff(struct snd_soc_component *component, in get_iir_band_coeff() function
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()
H A Dwcd934x.c2316 static uint32_t get_iir_band_coeff(struct snd_soc_component *component, in get_iir_band_coeff() function
2404 coeff[0] = get_iir_band_coeff(component, iir_idx, band_idx, 0); in wcd934x_get_iir_band_audio_mixer()
2405 coeff[1] = get_iir_band_coeff(component, iir_idx, band_idx, 1); in wcd934x_get_iir_band_audio_mixer()
2406 coeff[2] = get_iir_band_coeff(component, iir_idx, band_idx, 2); in wcd934x_get_iir_band_audio_mixer()
2407 coeff[3] = get_iir_band_coeff(component, iir_idx, band_idx, 3); in wcd934x_get_iir_band_audio_mixer()
2408 coeff[4] = get_iir_band_coeff(component, iir_idx, band_idx, 4); in wcd934x_get_iir_band_audio_mixer()