Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c606 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in dapm_add_path() argument
616 if (wsink->is_supply && !wsource->is_supply) { in dapm_add_path()
619 wsource->name, wsink->name); in dapm_add_path()
623 if (connected && !wsource->is_supply) { in dapm_add_path()
626 wsource->name, wsink->name); in dapm_add_path()
630 if (wsource->is_supply && control) { in dapm_add_path()
633 wsource->name, control, wsink->name); in dapm_add_path()
637 ret = dapm_check_dynamic_path(dapm, wsource, wsink, control); in dapm_add_path()
645 path->node[SND_SOC_DAPM_DIR_IN] = wsource; in dapm_add_path()
652 if (wsource->is_supply || wsink->is_supply) in dapm_add_path()
[all …]
/linux/sound/soc/sof/
H A Dsof-audio.c258 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource, in sof_route_setup()
262 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup()
285 wsource->name, wsink->name); in sof_route_setup()
310 struct snd_soc_dapm_widget *wsource, in sof_setup_pipeline_connections()
313 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_setup_pipeline_connections()
326 return sof_route_setup(sdev, wsource, wsink); in sof_setup_pipeline_connections()
253 sof_route_setup(struct snd_sof_dev * sdev,struct snd_soc_dapm_widget * wsource,struct snd_soc_dapm_widget * wsink) sof_route_setup() argument
H A Dsof-audio.h678 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,