Lines Matching defs:source
252 static int check_clk_sys(struct snd_soc_dapm_widget *source,
255 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
265 return strcmp(source->name, clk) == 0;
1003 int source = 0; /* GCC flow analysis can't track enable */
1006 /* We also need the same AIF source for L/R and only one path */
1010 dev_vdbg(component->dev, "Class W source AIF2DAC\n");
1011 source = 2 << WM8994_CP_DYN_SRC_SEL_SHIFT;
1014 dev_vdbg(component->dev, "Class W source AIF1DAC2\n");
1015 source = 1 << WM8994_CP_DYN_SRC_SEL_SHIFT;
1018 dev_vdbg(component->dev, "Class W source AIF1DAC1\n");
1019 source = 0 << WM8994_CP_DYN_SRC_SEL_SHIFT;
1032 /* Set the source up */
1034 WM8994_CP_DYN_SRC_SEL_MASK, source);
2237 /* Allow no source specification when stopping */