Lines Matching defs:source
135 /* PLL3 source=RCOSC, fsi=rt_clk */
139 /* DSP clk source = pll3, ENABLE DSP clk */
536 static int rt5514_is_sys_clk_from_pll(struct snd_soc_dapm_widget *source,
539 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
548 static int rt5514_i2s_use_asrc(struct snd_soc_dapm_widget *source,
551 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
897 static int rt5514_set_dai_pll(struct snd_soc_dai *dai, int pll_id, int source,
917 if (source == rt5514->pll_src && freq_in == rt5514->pll_in &&
921 switch (source) {
933 dev_err(component->dev, "Unknown PLL source %d\n", source);
956 rt5514->pll_src = source;