Home
last modified time | relevance | path

Searched refs:wsource (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-dapm.c51 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
2348 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path() argument
2356 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path()
2359 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2363 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
2366 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2370 if (wsource->is_supply && control) { in snd_soc_dapm_add_path()
2373 wsource->name, control, wsink->name); in snd_soc_dapm_add_path()
2381 path->source = wsource; in snd_soc_dapm_add_path()
2389 if (wsource->is_supply || wsink->is_supply) in snd_soc_dapm_add_path()
[all …]