Searched refs:wsource (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/ |
| H A D | soc-dapm.c | 606 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 D | sof-audio.h | 678 int sof_route_setup(struct snd_sof_dev *sdev, struct snd_soc_dapm_widget *wsource,
|