Searched refs:wsink (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 51 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() 2366 wsource->name, wsink->name); in snd_soc_dapm_add_path() 2373 wsource->name, control, wsink->name); in snd_soc_dapm_add_path() 2382 path->sink = wsink; in snd_soc_dapm_add_path() 2389 if (wsource->is_supply || wsink->is_supply) in snd_soc_dapm_add_path() 2397 switch (wsink->id) { in snd_soc_dapm_add_path() 2413 wsource->name, control, wsink->name); in snd_soc_dapm_add_path() [all …]
|