Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-dapm.c2914 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2921 wsource->name, wsink->name); in snd_soc_dapm_add_path()
2964 switch (wsink->id) { in snd_soc_dapm_add_path()
3031 if (wsink && wsource) in snd_soc_dapm_add_route()
3042 wsink = w; in snd_soc_dapm_add_route()
3057 if (wsink) in snd_soc_dapm_add_route()
3068 if (!wsink) in snd_soc_dapm_add_route()
3069 wsink = wtsink; in snd_soc_dapm_add_route()
3076 if (!wsink) in snd_soc_dapm_add_route()
3081 dapm->wcache_sink = wsink; in snd_soc_dapm_add_route()
[all …]
/linux-6.15/sound/soc/sof/
H A Dsof-audio.c254 struct snd_soc_dapm_widget *wsink) in sof_route_setup() argument
258 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_route_setup()
276 wsource->name, wsink->name); in sof_route_setup()
H A Dsof-audio.h656 struct snd_soc_dapm_widget *wsink);