Searched refs:widget_in_list (Results 1 – 3 of 3) sorted by relevance
| /linux/sound/soc/sof/ |
| H A D | sof-audio.c | 350 if (!widget_in_list(list, p->sink)) in sof_setup_pipeline_connections() 367 if (!widget_in_list(list, p->source)) in sof_setup_pipeline_connections() 392 src_widget_in_dapm_list = widget_in_list(list, sroute->src_widget->widget); in sof_setup_pipeline_connections() 393 sink_widget_in_dapm_list = widget_in_list(list, sroute->sink_widget->widget); in sof_setup_pipeline_connections() 467 if (!widget_in_list(list, p->sink)) in sof_prepare_widgets_in_path() 523 if (!widget_in_list(list, p->sink)) in sof_free_widgets_in_path() 581 if (!widget_in_list(list, p->sink)) in sof_set_up_widgets_in_path() 653 if (!widget_in_list(list, p->sink)) in sof_walk_widgets_in_order()
|
| /linux/include/sound/ |
| H A D | soc-dpcm.h | 149 int widget_in_list(struct snd_soc_dapm_widget_list *list,
|
| /linux/sound/soc/ |
| H A D | soc-pcm.c | 1450 int widget_in_list(struct snd_soc_dapm_widget_list *list, in widget_in_list() function 1462 EXPORT_SYMBOL_GPL(widget_in_list); 1528 if (widget && widget_in_list(list, widget)) in dpcm_be_is_active()
|