Searched refs:wsource (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/sound/soc/ |
D | soc-dapm.c | 52 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, 2848 struct snd_soc_dapm_widget *wsource, struct snd_soc_dapm_widget *wsink, in snd_soc_dapm_add_path() argument 2857 if (wsink->is_supply && !wsource->is_supply) { in snd_soc_dapm_add_path() 2860 wsource->name, wsink->name); in snd_soc_dapm_add_path() 2864 if (connected && !wsource->is_supply) { in snd_soc_dapm_add_path() 2867 wsource->name, wsink->name); in snd_soc_dapm_add_path() 2871 if (wsource->is_supply && control) { in snd_soc_dapm_add_path() 2874 wsource->name, control, wsink->name); in snd_soc_dapm_add_path() 2878 ret = snd_soc_dapm_check_dynamic_path(dapm, wsource, wsink, control); in snd_soc_dapm_add_path() 2886 path->node[SND_SOC_DAPM_DIR_IN] = wsource; in snd_soc_dapm_add_path() [all …]
|
/Linux-v6.6/sound/soc/sof/ |
D | sof-audio.c | 239 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource, in sof_route_setup() argument 243 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup() 262 wsource->name, wsink->name); in sof_route_setup()
|
D | sof-audio.h | 621 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,
|