Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dssm2602.c229 static const struct ssm2602_coeff ssm2602_coeff_table[] = { variable
282 for (i = 0; i < ARRAY_SIZE(ssm2602_coeff_table); i++) { in ssm2602_get_coeff()
283 if (ssm2602_coeff_table[i].rate == rate && in ssm2602_get_coeff()
284 ssm2602_coeff_table[i].mclk == mclk) in ssm2602_get_coeff()
285 return ssm2602_coeff_table[i].srate; in ssm2602_get_coeff()