Lines Matching defs:source
211 static int adav80x_dapm_sysclk_check(struct snd_soc_dapm_widget *source,
214 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
232 return strcmp(source->name, clk) == 0;
235 static int adav80x_dapm_pll_check(struct snd_soc_dapm_widget *source,
238 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
538 int clk_id, int source,
623 int source, unsigned int freq_in, unsigned int freq_out)
631 switch (source) {
647 if (source == ADAV80X_PLL_SRC_XIN) {
681 if (source != adav80x->pll_src) {
682 if (source == ADAV80X_PLL_SRC_MCLKI)
690 adav80x->pll_src = source;