Searched refs:wsink (Results 1 – 1 of 1) sorted by relevance
2205 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; in snd_soc_dapm_add_route() local2231 if (!wsink && !(strcmp(w->name, sink))) { in snd_soc_dapm_add_route()2234 wsink = w; in snd_soc_dapm_add_route()2244 if (!wsink) in snd_soc_dapm_add_route()2245 wsink = wtsink; in snd_soc_dapm_add_route()2254 if (wsink == NULL) { in snd_soc_dapm_add_route()2265 path->sink = wsink; in snd_soc_dapm_add_route()2272 if (wsink->id == snd_soc_dapm_input) { in snd_soc_dapm_add_route()2277 wsink->ext = 1; in snd_soc_dapm_add_route()2280 if (wsink->id == snd_soc_dapm_spk || in snd_soc_dapm_add_route()[all …]