Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4-pcm.c314 struct snd_sof_pcm_stream_pipeline_list *pipeline_list, in sof_ipc4_chain_dma_trigger() argument
368 for (i = 0; i < pipeline_list->count; i++) { in sof_ipc4_chain_dma_trigger()
369 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; in sof_ipc4_chain_dma_trigger()
419 struct snd_sof_pcm_stream_pipeline_list *pipeline_list; in sof_ipc4_trigger_pipelines() local
436 pipeline_list = &spcm->stream[substream->stream].pipeline_list; in sof_ipc4_trigger_pipelines()
439 if (!pipeline_list->pipelines || !pipeline_list->count) in sof_ipc4_trigger_pipelines()
442 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines()
456 pipeline_list, state, cmd); in sof_ipc4_trigger_pipelines()
480 pipeline_list->count); in sof_ipc4_trigger_pipelines()
484 pipe_priority = kzalloc(pipeline_list->count, GFP_KERNEL); in sof_ipc4_trigger_pipelines()
[all …]
H A Dsof-audio.c604 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in sof_set_up_widgets_in_path()
630 if (!pipeline_list->pipelines) in sof_walk_widgets_in_order()
638 for (i = 0; i < pipeline_list->count; i++) { in sof_walk_widgets_in_order()
639 spipe = pipeline_list->pipelines[i]; in sof_walk_widgets_in_order()
644 if (i == pipeline_list->count) { in sof_walk_widgets_in_order()
645 pipeline_list->count++; in sof_walk_widgets_in_order()
646 pipeline_list->pipelines[i] = swidget->spipe; in sof_walk_widgets_in_order()
844 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; in snd_sof_find_spcm_name()
547 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; sof_set_up_widgets_in_path() local
764 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list; sof_widget_list_free() local
[all...]
H A Dsof-audio.h345 struct snd_sof_pcm_stream_pipeline_list pipeline_list;
514 * @list: List item in sdev pipeline_list
342 struct snd_sof_pcm_stream_pipeline_list pipeline_list; global() member
H A Dcore.c671 INIT_LIST_HEAD(&sdev->pipeline_list); in snd_sof_device_probe()
H A Dsof-priv.h627 struct list_head pipeline_list;
625 struct list_head pipeline_list; global() member
H A Dtopology.c1597 list_add(&spipe->list, &sdev->pipeline_list); in sof_widget_ready()
2215 list_for_each_entry(spipe, &sdev->pipeline_list, list) { in sof_complete()