Searched refs:widget_in_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/sound/soc/sof/ |
D | sof-audio.c | 320 if (!widget_in_list(list, p->sink)) in sof_setup_pipeline_connections() 336 if (!widget_in_list(list, p->source)) in sof_setup_pipeline_connections() 361 src_widget_in_dapm_list = widget_in_list(list, sroute->src_widget->widget); in sof_setup_pipeline_connections() 362 sink_widget_in_dapm_list = widget_in_list(list, sroute->sink_widget->widget); in sof_setup_pipeline_connections() 434 if (!widget_in_list(list, p->sink)) in sof_unprepare_widgets_in_path() 480 if (!widget_in_list(list, p->sink)) in sof_prepare_widgets_in_path() 527 if (!widget_in_list(list, p->sink)) in sof_free_widgets_in_path() 591 if (!widget_in_list(list, p->sink)) in sof_set_up_widgets_in_path()
|
/linux-6.6.21/include/sound/ |
D | soc-dpcm.h | 168 int widget_in_list(struct snd_soc_dapm_widget_list *list,
|
/linux-6.6.21/sound/soc/ |
D | soc-pcm.c | 1374 int widget_in_list(struct snd_soc_dapm_widget_list *list, in widget_in_list() function 1386 EXPORT_SYMBOL_GPL(widget_in_list); 1454 if (widget && widget_in_list(list, widget)) in dpcm_be_is_active()
|