Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dmax98090.c1766 static const int comp_lrclk_rates[] = { variable
1893 for (i = 0; i < ARRAY_SIZE(comp_lrclk_rates) - 1; i++) { in max98090_configure_dmic()
1894 if (fs <= (comp_lrclk_rates[i] + comp_lrclk_rates[i+1]) / 2) in max98090_configure_dmic()