Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/
Dsoc-dapm.c52 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
2836 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path() argument
2846 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path()
2849 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2856 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2863 wsource->name, control, wsink->name); in snd_soc_dapm_add_path()
2867 ret = snd_soc_dapm_check_dynamic_path(dapm, wsource, wsink, control); in snd_soc_dapm_add_path()
2876 path->node[SND_SOC_DAPM_DIR_OUT] = wsink; in snd_soc_dapm_add_path()
2878 widgets[SND_SOC_DAPM_DIR_OUT] = wsink; in snd_soc_dapm_add_path()
2884 if (wsource->is_supply || wsink->is_supply) in snd_soc_dapm_add_path()
[all …]
/linux-6.1.9/sound/soc/sof/
Dsof-audio.c170 struct snd_soc_dapm_widget *wsink) in sof_route_setup() argument
174 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_route_setup()
207 wsource->name, wsink->name); in sof_route_setup()
Dsof-audio.h517 struct snd_soc_dapm_widget *wsink);