Home
last modified time | relevance | path

Searched refs:wsource (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()
2853 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
2856 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2860 if (wsource->is_supply && control) { 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()
2875 path->node[SND_SOC_DAPM_DIR_IN] = wsource; in snd_soc_dapm_add_path()
[all …]
/linux-6.1.9/sound/soc/sof/
Dsof-audio.c169 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource, in sof_route_setup() argument
173 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup()
207 wsource->name, wsink->name); in sof_route_setup()
Dsof-audio.h516 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,