Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/
H A Dsof-audio.c48 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_free_unlocked() local
102 swidget->spipe->complete = 0; in sof_widget_free_unlocked()
138 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_setup_unlocked() local
161 if (!swidget->spipe || !swidget->spipe->pipe_widget) { in sof_widget_setup_unlocked()
550 struct snd_sof_pipeline *spipe; in sof_set_up_widgets_in_path() local
575 if (spipe == swidget->spipe) in sof_set_up_widgets_in_path()
724 spipe = swidget->spipe; in sof_widget_list_setup()
725 if (!spipe) { in sof_widget_list_setup()
740 if (spipe->complete) in sof_widget_list_setup()
745 if (spipe->complete < 0) { in sof_widget_list_setup()
[all …]
H A Dipc4-pcm.c150 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
156 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
162 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list()
199 spipe->paused_count++; in sof_ipc4_update_pipeline_state()
207 spipe->started_count--; in sof_ipc4_update_pipeline_state()
217 spipe->paused_count--; in sof_ipc4_update_pipeline_state()
222 spipe->started_count++; in sof_ipc4_update_pipeline_state()
386 struct snd_sof_pipeline *spipe; in sof_ipc4_trigger_pipelines() local
404 spipe = pipeline_list->pipelines[0]; in sof_ipc4_trigger_pipelines()
405 pipe_widget = spipe->pipe_widget; in sof_ipc4_trigger_pipelines()
[all …]
H A Dtopology.c1579 struct snd_sof_pipeline *spipe; in sof_widget_ready() local
1581 spipe = kzalloc(sizeof(*spipe), GFP_KERNEL); in sof_widget_ready()
1582 if (!spipe) { in sof_widget_ready()
1587 spipe->pipe_widget = swidget; in sof_widget_ready()
1588 swidget->spipe = spipe; in sof_widget_ready()
1655 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload() local
1657 list_del(&spipe->list); in sof_widget_unload()
1658 kfree(spipe); in sof_widget_unload()
1659 swidget->spipe = NULL; in sof_widget_unload()
2177 swidget->spipe = spipe; in sof_set_widget_pipeline()
[all …]
H A Dipc4-topology.c519 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_card_components_string()
730 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_comp_dai()
865 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_pipeline() local
880 spipe->core_mask |= BIT(pipeline->core_id); in sof_ipc4_widget_setup_comp_pipeline()
1008 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_src() local
1032 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_src()
1079 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_process() local
1137 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_process()
1195 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_resource_usage()
1446 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_unprepare_copier_module()
[all …]
H A Dipc3-topology.c522 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc3_widget_setup_comp_pipeline() local
575 spipe->core_mask |= BIT(pipeline->core); in sof_ipc3_widget_setup_comp_pipeline()
2370 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget); in sof_ipc3_set_up_all_pipelines()
2371 if (swidget->spipe->complete < 0) in sof_ipc3_set_up_all_pipelines()
2372 return swidget->spipe->complete; in sof_ipc3_set_up_all_pipelines()
2433 if (swidget->spipe) in sof_ipc3_free_widgets_in_list()
2434 swidget->spipe->complete = 0; in sof_ipc3_free_widgets_in_list()
H A Dsof-audio.h456 struct snd_sof_pipeline *spipe; member
/linux-6.15/sound/soc/sof/intel/
H A Dhda-dai-ops.c136 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_get_hext_stream()
308 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_pre_trigger()
385 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_post_trigger()
408 swidget->spipe->started_count++; in hda_ipc4_post_trigger()
423 swidget->spipe->started_count = 0; in hda_ipc4_post_trigger()
626 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()