Home
last modified time | relevance | path

Searched refs:get_coeff (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dml26124.c313 static inline int get_coeff(int mclk, int rate) in get_coeff() function
330 int i = get_coeff(priv->mclk, params_rate(hw_params)); in ml26124_hw_params()
H A Dwm8731.c302 static inline int get_coeff(int mclk, int rate) in get_coeff() function
320 int i = get_coeff(wm8731->sysclk, params_rate(params)); in wm8731_hw_params()
H A Des8375.c266 static inline int get_coeff(u8 vddd, u8 dmic, int mclk, int rate) in get_coeff() function
319 coeff = get_coeff(es8375->vddd, dmic_enable, es8375->mclk_freq, params_rate(params)); in es8375_hw_params()
H A Des8389.c451 static inline int get_coeff(int mclk, int rate) in get_coeff() function
572 coeff = get_coeff(es8389->sysclk, params_rate(params)); in es8389_pcm_hw_params()
H A Des8326.c470 static inline int get_coeff(int mclk, int rate, int array, in get_coeff() function
552 coeff = get_coeff(es8326->sysclk, params_rate(params), array, coeff_div); in es8326_pcm_hw_params()