Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc4-pcm.c172 struct snd_sof_pipeline *spipe, in sof_ipc4_add_pipeline_to_trigger_list() argument
176 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_add_pipeline_to_trigger_list()
188 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
194 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list()
200 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list()
211 struct snd_sof_pipeline *spipe, in sof_ipc4_update_pipeline_state() argument
214 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_update_pipeline_state()
237 spipe->paused_count++; in sof_ipc4_update_pipeline_state()
245 spipe->started_count--; in sof_ipc4_update_pipeline_state()
255 spipe->paused_count--; in sof_ipc4_update_pipeline_state()
[all …]
H A Dtopology.c1606 struct snd_sof_pipeline *spipe; in sof_widget_ready()
1608 spipe = kzalloc_obj(*spipe); in sof_widget_ready()
1609 if (!spipe) { in sof_widget_ready()
1614 spipe->pipe_widget = swidget; in sof_route_unload()
1615 swidget->spipe = spipe; in sof_route_unload()
1616 list_add(&spipe->list, &sdev->pipeline_list); in sof_route_unload()
1682 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload()
1589 struct snd_sof_pipeline *spipe; sof_widget_ready() local
1665 struct snd_sof_pipeline *spipe = swidget->spipe; sof_widget_unload() local
2158 sof_set_widget_pipeline(struct snd_sof_dev * sdev,struct snd_sof_pipeline * spipe,struct snd_sof_widget * swidget) sof_set_widget_pipeline() argument
2190 struct snd_sof_pipeline *spipe; sof_complete() local
[all...]
H A Dipc4-topology.c597 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_card_components_string()
698 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_pcm()
814 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_comp_dai()
950 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_pipeline()
975 spipe->core_mask |= BIT(pipeline->core_id); in sof_ipc4_widget_setup_comp_pipeline()
977 spipe->direction = pipeline->direction; in sof_ipc4_widget_setup_comp_pipeline()
978 spipe->direction_valid = true; in sof_ipc4_widget_setup_comp_pipeline()
1107 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_src()
931 struct snd_sof_pipeline *spipe = swidget->spipe; sof_ipc4_widget_setup_comp_pipeline() local
1078 struct snd_sof_pipeline *spipe = swidget->spipe; sof_ipc4_widget_setup_comp_src() local
1121 struct snd_sof_pipeline *spipe = swidget->spipe; sof_ipc4_widget_setup_comp_asrc() local
1205 struct snd_sof_pipeline *spipe = swidget->spipe; sof_ipc4_widget_setup_comp_process() local
[all...]
H A Dipc3-topology.c523 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc3_widget_setup_comp_pipeline()
583 spipe->core_mask |= BIT(pipeline->core); in sof_ipc3_widget_setup_comp_pipeline()
2378 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget); in sof_ipc3_set_up_all_pipelines()
2379 if (swidget->spipe->complete < 0) in sof_ipc3_set_up_all_pipelines()
2380 return swidget->spipe->complete; in sof_ipc3_set_up_all_pipelines()
2441 if (swidget->spipe) in sof_ipc3_free_widgets_in_list()
2442 swidget->spipe->complete = 0; in sof_ipc3_free_widgets_in_list()
522 struct snd_sof_pipeline *spipe = swidget->spipe; sof_ipc3_widget_setup_comp_pipeline() local
H A Dsof-audio.h469 struct snd_sof_pipeline *spipe;
459 struct snd_sof_pipeline *spipe; global() member
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c135 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_get_hext_stream()
307 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_pre_trigger()
384 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_post_trigger()
409 swidget->spipe->started_count++; in hda_ipc4_post_trigger()
425 swidget->spipe->started_count = 0; in hda_ipc4_post_trigger()
627 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()