Searched refs:get_coeff (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ml26124.c | 313 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 D | wm8731.c | 302 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 D | es8375.c | 266 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 D | es8389.c | 451 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 D | es8326.c | 470 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()
|