Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c611 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in dapm_add_path()
621 if (wsink->is_supply && !wsource->is_supply) { in dapm_add_path()
624 wsource->name, wsink->name); in dapm_add_path()
631 wsource->name, wsink->name); in dapm_add_path()
638 wsource->name, control, wsink->name); in dapm_add_path()
642 ret = dapm_check_dynamic_path(dapm, wsource, wsink, control); in dapm_add_path()
651 path->node[SND_SOC_DAPM_DIR_OUT] = wsink; in dapm_add_path()
657 if (wsource->is_supply || wsink->is_supply) in dapm_add_path()
674 switch (wsink->id) { in dapm_add_path()
677 ret = dapm_connect_mux(dapm, path, control, wsink); in dapm_add_path()
606 dapm_add_path(struct snd_soc_dapm_context * dapm,struct snd_soc_dapm_widget * wsource,struct snd_soc_dapm_widget * wsink,const char * control,int (* connected)(struct snd_soc_dapm_widget * source,struct snd_soc_dapm_widget * sink)) dapm_add_path() argument
3103 struct snd_soc_dapm_widget *wsource = NULL, *wsink = NULL, *w; snd_soc_dapm_add_route() local
3239 struct snd_soc_dapm_widget *wsink = path->sink; snd_soc_dapm_del_route() local
[all...]
/linux/sound/soc/sof/
H A Dsof-audio.c258 struct snd_soc_dapm_widget *wsink) in sof_route_setup() argument
262 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_route_setup()
284 wsource->name, wsink->name); in sof_route_setup()
310 struct snd_soc_dapm_widget *wsink) in sof_set_up_same_dir_widget_routes() argument
313 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_set_up_same_dir_widget_routes()
325 return sof_route_setup(sdev, wsource, wsink); in sof_set_up_same_dir_widget_routes()
H A Dsof-audio.h682 struct snd_soc_dapm_widget *wsink);