Home
last modified time | relevance | path

Searched refs:spipe (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/
A Dipc4-pcm.c66 struct snd_sof_pipeline *spipe, in sof_ipc4_add_pipeline_to_trigger_list() argument
81 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
87 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
93 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list()
130 spipe->paused_count++; in sof_ipc4_update_pipeline_state()
138 spipe->started_count--; in sof_ipc4_update_pipeline_state()
148 spipe->paused_count--; in sof_ipc4_update_pipeline_state()
153 spipe->started_count++; in sof_ipc4_update_pipeline_state()
204 struct snd_sof_pipeline *spipe; in sof_ipc4_trigger_pipelines() local
271 spipe = pipeline_list->pipelines[i]; in sof_ipc4_trigger_pipelines()
[all …]
A Dsof-audio.c81 swidget->spipe->complete = 0; in sof_widget_free_unlocked()
126 if (!swidget->spipe || !swidget->spipe->pipe_widget) { in sof_widget_setup_unlocked()
445 struct snd_sof_pipeline *spipe; in sof_set_up_widgets_in_path() local
467 if (spipe == swidget->spipe) in sof_set_up_widgets_in_path()
608 struct snd_sof_pipeline *spipe; in sof_widget_list_setup() local
613 spipe = swidget->spipe; in sof_widget_list_setup()
614 if (!spipe) { in sof_widget_list_setup()
621 pipe_widget = spipe->pipe_widget; in sof_widget_list_setup()
629 if (spipe->complete) in sof_widget_list_setup()
634 if (spipe->complete < 0) { in sof_widget_list_setup()
[all …]
A Dtopology.c1531 struct snd_sof_pipeline *spipe; in sof_widget_ready() local
1533 spipe = kzalloc(sizeof(*spipe), GFP_KERNEL); in sof_widget_ready()
1534 if (!spipe) { in sof_widget_ready()
1541 spipe->pipe_widget = swidget; in sof_widget_ready()
1542 swidget->spipe = spipe; in sof_widget_ready()
1603 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload() local
1605 list_del(&spipe->list); in sof_widget_unload()
1606 kfree(spipe); in sof_widget_unload()
1607 swidget->spipe = NULL; in sof_widget_unload()
2112 swidget->spipe = spipe; in sof_set_widget_pipeline()
[all …]
A Dipc4-topology.c858 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_pipeline_mem_usage()
972 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_unprepare_copier_module()
1139 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_prepare_copier_module()
1498 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup()
1885 if (src_widget->spipe->pipe_widget == sink_widget->spipe->pipe_widget) in sof_ipc4_route_free()
1917 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_dai_config()
A Dsof-audio.h427 struct snd_sof_pipeline *spipe; member
A Dipc3-topology.c2236 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget); in sof_ipc3_set_up_all_pipelines()
2237 if (swidget->spipe->complete < 0) in sof_ipc3_set_up_all_pipelines()
2238 return swidget->spipe->complete; in sof_ipc3_set_up_all_pipelines()
2322 if (swidget->spipe) in sof_ipc3_tear_down_all_pipelines()
2323 swidget->spipe->complete = 0; in sof_ipc3_tear_down_all_pipelines()
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda-dai.c471 pipe_widget = swidget->spipe->pipe_widget; in ipc4_hda_dai_trigger()

Completed in 24 milliseconds