Lines Matching defs:source
134 /* PLL3 source=RCOSC, fsi=rt_clk */
138 /* DSP clk source = pll3, ENABLE DSP clk */
535 static int rt5514_is_sys_clk_from_pll(struct snd_soc_dapm_widget *source,
538 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
547 static int rt5514_i2s_use_asrc(struct snd_soc_dapm_widget *source,
550 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
896 static int rt5514_set_dai_pll(struct snd_soc_dai *dai, int pll_id, int source,
916 if (source == rt5514->pll_src && freq_in == rt5514->pll_in &&
920 switch (source) {
932 dev_err(component->dev, "Unknown PLL source %d\n", source);
955 rt5514->pll_src = source;