Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dssm2602.c241 static const struct ssm2602_coeff ssm2602_coeff_table[] = { variable
294 for (i = 0; i < ARRAY_SIZE(ssm2602_coeff_table); i++) { in ssm2602_get_coeff()
295 if (ssm2602_coeff_table[i].rate == rate) { in ssm2602_get_coeff()
296 if (ssm2602_coeff_table[i].mclk == mclk) in ssm2602_get_coeff()
297 return ssm2602_coeff_table[i].srate; in ssm2602_get_coeff()
298 if (ssm2602_coeff_table[i].mclk == mclk / 2) in ssm2602_get_coeff()
299 return ssm2602_coeff_table[i].srate | SRATE_CORECLK_DIV2; in ssm2602_get_coeff()