Searched refs:source_p (Results 1 – 1 of 1) sorted by relevance
3228 struct snd_soc_dapm_path *source_p, *sink_p; in snd_soc_dai_link_event() local3241 source_p = list_first_entry(&w->sources, struct snd_soc_dapm_path, in snd_soc_dai_link_event()3246 if (WARN_ON(!source_p || !sink_p) || in snd_soc_dai_link_event()3247 WARN_ON(!sink_p->source || !source_p->sink) || in snd_soc_dai_link_event()3248 WARN_ON(!source_p->source || !sink_p->sink)) in snd_soc_dai_link_event()3251 source = source_p->source->priv; in snd_soc_dai_link_event()