Lines Matching defs:freq_in
4482 * @freq_in: external clock provided to codec.
4490 static int rt5677_pll_calc(const unsigned int freq_in,
4493 if (RT5677_PLL_INP_MIN > freq_in)
4496 return rl6231_pll_calc(freq_in, freq_out, pll_code);
4500 unsigned int freq_in, unsigned int freq_out)
4507 if (source == rt5677->pll_src && freq_in == rt5677->pll_in &&
4511 if (!freq_in || !freq_out) {
4556 ret = rt5677_pll_calc(freq_in, freq_out, &pll_code);
4558 dev_err(component->dev, "Unsupported input clock %d\n", freq_in);
4572 rt5677->pll_in = freq_in;