Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c53 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink,
2905 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path() argument
2914 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path()
2917 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2921 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path()
2924 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2928 if (wsource->is_supply && control) { in snd_soc_dapm_add_path()
2931 wsource->name, control, wsink->name); in snd_soc_dapm_add_path()
2935 ret = snd_soc_dapm_check_dynamic_path(dapm, wsource, wsink, control); in snd_soc_dapm_add_path()
2943 path->node[SND_SOC_DAPM_DIR_IN] = wsource; in snd_soc_dapm_add_path()
[all …]
/linux/sound/soc/sof/
H A Dsof-audio.c253 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource, in sof_route_setup() argument
257 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup()
276 wsource->name, wsink->name); in sof_route_setup()
H A Dsof-audio.h640 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,