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.c1587 struct snd_sof_pipeline *spipe; in sof_widget_ready() local
1589 spipe = kzalloc_obj(*spipe); in sof_widget_ready()
1590 if (!spipe) { in sof_widget_ready()
1595 spipe->pipe_widget = swidget; in sof_widget_ready()
1596 swidget->spipe = spipe; in sof_widget_ready()
1597 list_add(&spipe->list, &sdev->pipeline_list); in sof_widget_ready()
1663 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload() local
1665 list_del(&spipe->list); in sof_widget_unload()
1666 kfree(spipe); in sof_widget_unload()
1667 swidget->spipe = NULL; in sof_widget_unload()
[all …]
H A Dipc4-topology.c579 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_update_card_components_string()
679 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_pcm()
795 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_comp_dai()
930 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_pipeline() local
945 spipe->core_mask |= BIT(pipeline->core_id); in sof_ipc4_widget_setup_comp_pipeline()
947 spipe->direction = pipeline->direction; in sof_ipc4_widget_setup_comp_pipeline()
948 spipe->direction_valid = true; in sof_ipc4_widget_setup_comp_pipeline()
1077 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_src() local
1101 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_src()
1120 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_asrc() local
[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.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()