Home
last modified time | relevance | path

Searched refs:iir_idx (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dmsm8916-wcd-digital.c215 .iir_idx = iidx, \
222 unsigned int iir_idx; member
379 int iir_idx, int band_idx, in get_iir_band_coeff() argument
386 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
391 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)); in get_iir_band_coeff()
394 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
399 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 8); in get_iir_band_coeff()
402 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
407 (LPASS_CDC_IIR1_COEF_B2_CTL + 64 * iir_idx)) << 16); in get_iir_band_coeff()
410 (LPASS_CDC_IIR1_COEF_B1_CTL + 64 * iir_idx), in get_iir_band_coeff()
431 int iir_idx = ctl->iir_idx; msm8x16_wcd_get_iir_band_audio_mixer() local
447 set_iir_band_coeff(struct snd_soc_component * component,int iir_idx,int band_idx,uint32_t value) set_iir_band_coeff() argument
477 int iir_idx = ctl->iir_idx; msm8x16_wcd_put_iir_band_audio_mixer() local
[all...]
H A Dlpass-rx-macro.c604 .iir_idx = iidx, \
673 unsigned int iir_idx; member
2879 int iir_idx, int band_idx, int coeff_idx) in get_iir_band_coeff() argument
2885 reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B1_CTL + 0x80 * iir_idx; in get_iir_band_coeff()
2886 b2_reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx; in get_iir_band_coeff()
2913 int iir_idx, int band_idx, uint32_t value) in set_iir_band_coeff() argument
2915 int reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B2_CTL + 0x80 * iir_idx; in set_iir_band_coeff()
2932 int iir_idx = ctl->iir_idx; in rx_macro_put_iir_band_audio_mixer() local
2935 int reg = CDC_RX_SIDETONE_IIR0_IIR_COEF_B1_CTL + 0x80 * iir_idx; in rx_macro_put_iir_band_audio_mixer()
2944 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in rx_macro_put_iir_band_audio_mixer()
[all …]
H A Dwcd934x.c129 .iir_idx = iidx, \
562 unsigned int iir_idx; member
3056 int iir_idx, int band_idx, int coeff_idx) in get_iir_band_coeff() argument
3062 reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B1_CTL + 16 * iir_idx; in get_iir_band_coeff()
3063 b2_reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B2_CTL + 16 * iir_idx; in get_iir_band_coeff()
3090 int iir_idx, int band_idx, uint32_t value) in set_iir_band_coeff() argument
3092 int reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B2_CTL + 16 * iir_idx; in set_iir_band_coeff()
3109 int iir_idx = ctl->iir_idx; in wcd934x_put_iir_band_audio_mixer() local
3112 int reg = WCD934X_CDC_SIDETONE_IIR0_IIR_COEF_B1_CTL + 16 * iir_idx; in wcd934x_put_iir_band_audio_mixer()
3121 set_iir_band_coeff(component, iir_idx, band_idx, coeff[0]); in wcd934x_put_iir_band_audio_mixer()
[all …]