Home
last modified time | relevance | path

Searched refs:pipeline_list (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/sof/
H A Dsof-audio.c547 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in sof_set_up_widgets_in_path() local
565 if (!pipeline_list->pipelines) in sof_set_up_widgets_in_path()
573 for (i = 0; i < pipeline_list->count; i++) { in sof_set_up_widgets_in_path()
574 spipe = pipeline_list->pipelines[i]; in sof_set_up_widgets_in_path()
579 if (i == pipeline_list->count) { in sof_set_up_widgets_in_path()
580 pipeline_list->count++; in sof_set_up_widgets_in_path()
581 pipeline_list->pipelines[i] = swidget->spipe; in sof_set_up_widgets_in_path()
764 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in sof_widget_list_free() local
781 pipeline_list->count = 0; in sof_widget_list_free()
H A Dsof-audio.h342 struct snd_sof_pcm_stream_pipeline_list pipeline_list;
501 * @list: List item in sdev pipeline_list
341 struct snd_sof_pcm_stream_pipeline_list pipeline_list; global() member
H A Dsof-priv.h625 struct list_head pipeline_list;
633 struct list_head pipeline_list; global() member
H A Dcore.c667 INIT_LIST_HEAD(&sdev->pipeline_list); in snd_sof_device_probe()
H A Dtopology.c1579 list_add(&spipe->list, &sdev->pipeline_list); in sof_widget_ready()
2197 list_for_each_entry(spipe, &sdev->pipeline_list, list) { in sof_complete()