Searched refs:best_rate (Results 1 – 3 of 3) sorted by relevance
/sound/soc/atmel/ |
D | mchp-i2s-mcc.c | 374 unsigned long *best_rate, in mchp_i2s_mcc_clk_get_rate_diff() argument 388 *best_rate = rate; in mchp_i2s_mcc_clk_get_rate_diff() 396 unsigned long *best_rate) in mchp_i2s_mcc_config_divs() argument 426 &best_clk, best_rate, in mchp_i2s_mcc_config_divs() 440 &best_clk, best_rate, in mchp_i2s_mcc_config_divs() 462 *best_rate, best_diff_rate); in mchp_i2s_mcc_config_divs() 466 *mra |= MCHP_I2SMCC_MRA_IMCKDIV(*best_rate / (2 * sysclk)); in mchp_i2s_mcc_config_divs() 467 *mra |= MCHP_I2SMCC_MRA_ISCKDIV(*best_rate / (2 * bclk)); in mchp_i2s_mcc_config_divs()
|
/sound/soc/samsung/ |
D | s3c-i2s-v2.c | 569 unsigned int best_rate = 0; in s3c_i2sv2_iis_calc_rate() local 600 best_rate = actual; in s3c_i2sv2_iis_calc_rate() 609 best_fs, best_div, best_rate); in s3c_i2sv2_iis_calc_rate()
|
/sound/core/oss/ |
D | pcm_oss.c | 789 struct snd_pcm_hw_params *params, unsigned int best_rate) in choose_rate() argument 802 rate = best_rate; in choose_rate() 818 rate += best_rate; in choose_rate() 825 return snd_pcm_hw_param_near(substream, params, SNDRV_PCM_HW_PARAM_RATE, best_rate, NULL); in choose_rate()
|