Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dsof-audio.c349 if (!widget_in_list(list, p->sink)) in sof_setup_pipeline_connections()
366 if (!widget_in_list(list, p->source)) in sof_setup_pipeline_connections()
391 src_widget_in_dapm_list = widget_in_list(list, sroute->src_widget->widget); in sof_setup_pipeline_connections()
392 sink_widget_in_dapm_list = widget_in_list(list, sroute->sink_widget->widget); in sof_setup_pipeline_connections()
466 if (!widget_in_list(list, p->sink)) in sof_unprepare_widgets_in_path()
521 if (!widget_in_list(list, p->sink)) in sof_prepare_widgets_in_path()
579 if (!widget_in_list(list, p->sink)) in sof_free_widgets_in_path()
651 if (!widget_in_list(list, p->sink)) in sof_set_up_widgets_in_path()
/linux/sound/soc/
H A Dsoc-pcm.c1577 int widget_in_list(struct snd_soc_dapm_widget_list *list, in widget_in_list() function
1589 EXPORT_SYMBOL_GPL(widget_in_list);
1655 if (widget && widget_in_list(list, widget)) in dpcm_be_is_active()