Searched refs:spipe (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc4-pcm.c | 67 struct snd_sof_pipeline *spipe, in sof_ipc4_add_pipeline_to_trigger_list() 70 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_add_pipeline_to_trigger_list() 82 if (spipe->started_count == spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list() 88 if (!spipe->started_count && !spipe->paused_count) in sof_ipc4_add_pipeline_to_trigger_list() 94 if (spipe->paused_count == (spipe->started_count - 1)) in sof_ipc4_add_pipeline_to_trigger_list() 105 struct snd_sof_pipeline *spipe, in sof_ipc4_update_pipeline_state() 108 struct snd_sof_widget *pipe_widget = spipe in sof_ipc4_update_pipeline_state() 66 sof_ipc4_add_pipeline_to_trigger_list(struct snd_sof_dev *sdev, int state, struct snd_sof_pipeline *spipe, struct ipc4_pipeline_set_state_data *trigger_list) sof_ipc4_add_pipeline_to_trigger_list() argument 104 sof_ipc4_update_pipeline_state(struct snd_sof_dev *sdev, int state, int cmd, struct snd_sof_pipeline *spipe, struct ipc4_pipeline_set_state_data *trigger_list) sof_ipc4_update_pipeline_state() argument 253 struct snd_sof_pipeline *spipe = pipeline_list->pipelines[i]; sof_ipc4_chain_dma_trigger() local 289 struct snd_sof_pipeline *spipe; sof_ipc4_trigger_pipelines() local [all...] |
H A D | sof-audio.c | 49 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_free_unlocked() local 63 pipe_widget = swidget->spipe->pipe_widget; in sof_widget_free_unlocked() 97 for_each_set_bit(i, &spipe->core_mask, sdev->num_cores) { in sof_widget_free_unlocked() 106 swidget->spipe->complete = 0; in sof_widget_free_unlocked() 141 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_setup_unlocked() local 164 if (!swidget->spipe || !swidget->spipe->pipe_widget) { in sof_widget_setup_unlocked() 170 ret = sof_widget_setup_unlocked(sdev, swidget->spipe in sof_widget_setup_unlocked() 553 struct snd_sof_pipeline *spipe; sof_set_up_widgets_in_path() local 722 struct snd_sof_pipeline *spipe; sof_widget_list_setup() local [all...] |
H A D | topology.c | 1564 struct snd_sof_pipeline *spipe; in sof_widget_ready() local 1566 spipe = kzalloc(sizeof(*spipe), GFP_KERNEL); in sof_widget_ready() 1567 if (!spipe) { in sof_widget_ready() 1572 spipe->pipe_widget = swidget; in sof_widget_ready() 1573 swidget->spipe = spipe; in sof_widget_ready() 1574 list_add(&spipe->list, &sdev->pipeline_list); in sof_widget_ready() 1640 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_widget_unload() local 2132 sof_set_widget_pipeline(struct snd_sof_dev *sdev, struct snd_sof_pipeline *spipe, struct snd_sof_widget *swidget) sof_set_widget_pipeline() argument 2164 struct snd_sof_pipeline *spipe; sof_complete() local [all...] |
H A D | ipc4-topology.c | 531 pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_widget_setup_comp_dai() 657 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_pipeline() local 672 spipe->core_mask |= BIT(pipeline->core_id); in sof_ipc4_widget_setup_comp_pipeline() 803 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_src() local 827 spipe->core_mask |= BIT(swidget->core); in sof_ipc4_widget_setup_comp_src() 874 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc4_widget_setup_comp_process() local 932 spipe in sof_ipc4_widget_setup_comp_process() [all...] |
H A D | ipc3-topology.c | 496 struct snd_sof_pipeline *spipe = swidget->spipe; in sof_ipc3_widget_setup_comp_pipeline() local 549 spipe->core_mask |= BIT(pipeline->core); in sof_ipc3_widget_setup_comp_pipeline() 2256 swidget->spipe->complete = sof_ipc3_complete_pipeline(sdev, swidget); in sof_ipc3_set_up_all_pipelines() 2257 if (swidget->spipe->complete < 0) in sof_ipc3_set_up_all_pipelines() 2258 return swidget->spipe->complete; in sof_ipc3_set_up_all_pipelines() 2331 if (swidget->spipe) in sof_ipc3_free_widgets_in_list() 2332 swidget->spipe->complete = 0; in sof_ipc3_free_widgets_in_list()
|
H A D | sof-audio.h | 439 struct snd_sof_pipeline *spipe; member
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-dai-ops.c | 135 pipe_widget = swidget->spipe->pipe_widget; in hda_ipc4_get_hext_stream() 319 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() 630 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()
|
Completed in 12 milliseconds