Lines Matching defs:source
488 int source = 0; /* GCC flow analysis can't track enable */
495 dev_dbg(component->dev, "Class W source AIF2DAC\n");
496 source = 2 << WM8995_CP_DYN_SRC_SEL_SHIFT;
499 dev_dbg(component->dev, "Class W source AIF1DAC2\n");
500 source = 1 << WM8995_CP_DYN_SRC_SEL_SHIFT;
503 dev_dbg(component->dev, "Class W source AIF1DAC1\n");
504 source = 0 << WM8995_CP_DYN_SRC_SEL_SHIFT;
523 source | WM8995_CP_DYN_PWR);
531 static int check_clk_sys(struct snd_soc_dapm_widget *source,
534 struct snd_soc_component *component = snd_soc_dapm_to_component(source->dapm);
544 return !strcmp(source->name, clk);
1828 /* Allow no source specification when stopping */
1946 dev_err(dai->dev, "Unknown clock source %d\n", clk_id);