Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/sof/
Dsof-audio.c303 if (!widget_in_list(list, p->sink)) in sof_setup_pipeline_connections()
319 if (!widget_in_list(list, p->source)) in sof_setup_pipeline_connections()
344 src_widget_in_dapm_list = widget_in_list(list, sroute->src_widget->widget); in sof_setup_pipeline_connections()
345 sink_widget_in_dapm_list = widget_in_list(list, sroute->sink_widget->widget); in sof_setup_pipeline_connections()
417 if (!widget_in_list(list, p->sink)) in sof_unprepare_widgets_in_path()
463 if (!widget_in_list(list, p->sink)) in sof_prepare_widgets_in_path()
510 if (!widget_in_list(list, p->sink)) in sof_free_widgets_in_path()
574 if (!widget_in_list(list, p->sink)) in sof_set_up_widgets_in_path()
/Linux-v6.6/include/sound/
Dsoc-dpcm.h168 int widget_in_list(struct snd_soc_dapm_widget_list *list,
/Linux-v6.6/sound/soc/
Dsoc-pcm.c1363 int widget_in_list(struct snd_soc_dapm_widget_list *list, in widget_in_list() function
1375 EXPORT_SYMBOL_GPL(widget_in_list);
1443 if (widget && widget_in_list(list, widget)) in dpcm_be_is_active()