Home
last modified time | relevance | path

Searched refs:snd_sof_widget (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/sound/soc/sof/
Dsof-audio.h85 struct snd_sof_widget;
155 int (*widget_kcontrol_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
172 int (*ipc_setup)(struct snd_sof_widget *swidget);
173 void (*ipc_free)(struct snd_sof_widget *swidget);
176 int (*bind_event)(struct snd_soc_component *scomp, struct snd_sof_widget *swidget,
178 int (*ipc_prepare)(struct snd_sof_widget *swidget,
182 void (*ipc_unprepare)(struct snd_sof_widget *swidget);
218 int (*pipeline_complete)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
219 int (*widget_setup)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
220 int (*widget_free)(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
[all …]
Dipc4-topology.c51 offsetof(struct snd_sof_widget, dynamic_pipeline_widget)},
124 offsetof(struct snd_sof_widget, uuid)},
126 offsetof(struct snd_sof_widget, core)},
184 sof_ipc4_get_input_pin_audio_fmt(struct snd_sof_widget *swidget, int pin_index) in sof_ipc4_get_input_pin_audio_fmt()
224 struct snd_sof_widget *swidget, in sof_ipc4_get_audio_fmt()
325 static void sof_ipc4_widget_free_comp_pipeline(struct snd_sof_widget *swidget) in sof_ipc4_widget_free_comp_pipeline()
330 static int sof_ipc4_widget_set_module_info(struct snd_sof_widget *swidget) in sof_ipc4_widget_set_module_info()
345 static int sof_ipc4_widget_setup_msg(struct snd_sof_widget *swidget, struct sof_ipc4_msg *msg) in sof_ipc4_widget_setup_msg()
370 static void sof_ipc4_widget_update_kcontrol_module_id(struct snd_sof_widget *swidget) in sof_ipc4_widget_update_kcontrol_module_id()
388 static int sof_ipc4_widget_setup_pcm(struct snd_sof_widget *swidget) in sof_ipc4_widget_setup_pcm()
[all …]
Dsof-audio.c31 static void sof_reset_route_setup_status(struct snd_sof_dev *sdev, struct snd_sof_widget *widget) in sof_reset_route_setup_status()
46 struct snd_sof_widget *swidget) in sof_widget_free_unlocked()
49 struct snd_sof_widget *pipe_widget; in sof_widget_free_unlocked()
121 int sof_widget_free(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_widget_free()
134 struct snd_sof_widget *swidget) in sof_widget_setup_unlocked()
227 int sof_widget_setup(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_widget_setup()
243 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup()
244 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_route_setup()
339 struct snd_sof_widget *swidget; in sof_setup_pipeline_connections()
396 struct snd_sof_widget *swidget = widget->dobj.private; in sof_unprepare_widgets_in_path()
[all …]
Dipc3-topology.c113 offsetof(struct snd_sof_widget, dynamic_pipeline_widget)},
298 offsetof(struct snd_sof_widget, uuid)},
336 static void *sof_comp_alloc(struct snd_sof_widget *swidget, size_t *ipc_size, in sof_comp_alloc()
377 static int sof_ipc3_widget_setup_comp_host(struct snd_sof_widget *swidget) in sof_ipc3_widget_setup_comp_host()
421 static void sof_ipc3_widget_free_comp(struct snd_sof_widget *swidget) in sof_ipc3_widget_free_comp()
426 static int sof_ipc3_widget_setup_comp_tone(struct snd_sof_widget *swidget) in sof_ipc3_widget_setup_comp_tone()
459 static int sof_ipc3_widget_setup_comp_mixer(struct snd_sof_widget *swidget) in sof_ipc3_widget_setup_comp_mixer()
493 static int sof_ipc3_widget_setup_comp_pipeline(struct snd_sof_widget *swidget) in sof_ipc3_widget_setup_comp_pipeline()
497 struct snd_sof_widget *comp_swidget; in sof_ipc3_widget_setup_comp_pipeline()
558 static int sof_ipc3_widget_setup_comp_buffer(struct snd_sof_widget *swidget) in sof_ipc3_widget_setup_comp_buffer()
[all …]
Dipc4-pcm.c70 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_add_pipeline_to_trigger_list()
108 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_update_pipeline_state()
254 struct snd_sof_widget *pipe_widget = spipe->pipe_widget; in sof_ipc4_chain_dma_trigger()
287 struct snd_sof_widget *pipe_widget; in sof_ipc4_trigger_pipelines()
543 struct snd_sof_widget *swidget = w->dobj.private; in sof_ipc4_pcm_dai_link_fixup()
544 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in sof_ipc4_pcm_dai_link_fixup()
607 sizeof(struct snd_sof_widget *), GFP_KERNEL); in sof_ipc4_pcm_setup()
640 struct snd_sof_widget *swidget = widget->dobj.private; in sof_ipc4_build_time_info()
Dipc4-control.c23 struct snd_sof_widget *swidget; in sof_ipc4_set_get_kcontrol_data()
86 sof_ipc4_set_volume_data(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget, in sof_ipc4_set_volume_data()
150 struct snd_sof_widget *swidget; in sof_ipc4_volume_put()
442 static int sof_ipc4_widget_kcontrol_setup(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in sof_ipc4_widget_kcontrol_setup()
Dtopology.c420 offsetof(struct snd_sof_widget, num_input_pins)},
422 offsetof(struct snd_sof_widget, num_output_pins)},
1153 struct snd_sof_widget *host_widget; in spcm_bind()
1186 static int sof_widget_parse_tokens(struct snd_soc_component *scomp, struct snd_sof_widget *swidget, in sof_widget_parse_tokens()
1297 static void sof_free_pin_binding(struct snd_sof_widget *swidget, in sof_free_pin_binding()
1320 static int sof_parse_pin_binding(struct snd_sof_widget *swidget, in sof_parse_pin_binding()
1394 struct snd_sof_widget *swidget; in sof_widget_ready()
1614 struct snd_sof_widget *swidget; in sof_widget_unload()
2055 struct snd_sof_widget *source_swidget, *sink_swidget; in sof_route_load()
2131 struct snd_sof_widget *swidget) in sof_set_widget_pipeline()
[all …]
Dipc3-control.c22 struct snd_sof_widget *swidget; in sof_ipc3_set_get_kcontrol_data()
555 struct snd_sof_widget *swidget; in sof_ipc3_control_update()
663 struct snd_sof_widget *swidget) in sof_ipc3_widget_kcontrol_setup()
/Linux-v6.6/sound/soc/sof/intel/
Dhda-dai-ops.c128 struct snd_sof_widget *pipe_widget; in hda_ipc4_get_hext_stream()
130 struct snd_sof_widget *swidget; in hda_ipc4_get_hext_stream()
311 struct snd_sof_widget *pipe_widget; in hda_ipc4_pre_trigger()
313 struct snd_sof_widget *swidget; in hda_ipc4_pre_trigger()
377 struct snd_sof_widget *pipe_widget; in hda_ipc4_post_trigger()
379 struct snd_sof_widget *swidget; in hda_ipc4_post_trigger()
442 struct snd_sof_widget *swidget = w->dobj.private; in sdw_hda_ipc4_get_hext_stream()
601 hda_select_dai_widget_ops(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget) in hda_select_dai_widget_ops()
630 struct snd_sof_widget *pipe_widget = swidget->spipe->pipe_widget; in hda_select_dai_widget_ops()
Dhda-dai.c34 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_sdev()
43 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_config()
80 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_get_ops()
336 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_copier()
523 struct snd_sof_widget *swidget; in hda_dai_suspend()
Dhda.h984 hda_select_dai_widget_ops(struct snd_sof_dev *sdev, struct snd_sof_widget *swidget);
/Linux-v6.6/include/trace/events/
Dsof.h19 TP_PROTO(struct snd_sof_widget *swidget),
33 TP_PROTO(struct snd_sof_widget *swidget),
38 TP_PROTO(struct snd_sof_widget *swidget),