Home
last modified time | relevance | path

Searched refs:tplg_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/
A Dcontrol.c27 if (tplg_ops && tplg_ops->control && tplg_ops->control->volume_get) in snd_sof_volume_get()
42 if (tplg_ops && tplg_ops->control && tplg_ops->control->volume_put) in snd_sof_volume_put()
79 if (tplg_ops && tplg_ops->control && tplg_ops->control->switch_get) in snd_sof_switch_get()
94 if (tplg_ops && tplg_ops->control && tplg_ops->control->switch_put) in snd_sof_switch_put()
109 if (tplg_ops && tplg_ops->control && tplg_ops->control->enum_get) in snd_sof_enum_get()
124 if (tplg_ops && tplg_ops->control && tplg_ops->control->enum_put) in snd_sof_enum_put()
139 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_get) in snd_sof_bytes_get()
154 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_put) in snd_sof_bytes_put()
174 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_ext_put) in snd_sof_bytes_ext_put()
196 if (tplg_ops && tplg_ops->control && tplg_ops->control->bytes_ext_volatile_get) in snd_sof_bytes_ext_volatile_get()
[all …]
A Dsof-audio.c24 if (sroute->setup && tplg_ops && tplg_ops->route_free) in sof_reset_route_setup_status()
25 tplg_ops->route_free(sdev, sroute); in sof_reset_route_setup_status()
54 if (tplg_ops && tplg_ops->widget_free) in sof_widget_free_unlocked()
146 if (tplg_ops && tplg_ops->widget_setup) { in sof_widget_setup_unlocked()
156 if (tplg_ops && tplg_ops->dai_config) { in sof_widget_setup_unlocked()
164 if (tplg_ops && tplg_ops->control && tplg_ops->control->widget_kcontrol_setup) { in sof_widget_setup_unlocked()
247 if (tplg_ops && tplg_ops->route_setup) { in sof_route_setup()
322 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_unprepare_widgets_in_path()
355 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_prepare_widgets_in_path()
632 if (tplg_ops && tplg_ops->pipeline_complete) { in sof_widget_list_setup()
[all …]
A Dtopology.c62 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_update_ipc_object()
273 if (tplg_ops && tplg_ops->control && tplg_ops->control->set_up_volume_table) in set_up_volume_table()
505 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_copy_tuples()
1030 if (tplg_ops && tplg_ops->control_free) { in sof_control_unload()
1427 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready()
1642 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload()
1829 if (tplg_ops && tplg_ops->link_setup) { in sof_link_load()
2129 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete()
2132 if (tplg_ops && tplg_ops->control_setup) in sof_complete()
2197 if (tplg_ops && tplg_ops->set_up_all_pipelines) in sof_complete()
[all …]
A Dpm.c77 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_resume() local
158 if (tplg_ops && tplg_ops->set_up_all_pipelines) { in sof_resume()
159 ret = tplg_ops->set_up_all_pipelines(sdev, false); in sof_resume()
183 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_suspend() local
195 if (tplg_ops && tplg_ops->tear_down_all_pipelines) in sof_suspend()
196 tplg_ops->tear_down_all_pipelines(sdev, false); in sof_suspend()
A Dipc3.c925 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in ipc3_comp_notification() local
938 if (tplg_ops->control->update) in ipc3_comp_notification()
939 tplg_ops->control->update(sdev, msg_buf); in ipc3_comp_notification()
A Dsof-priv.h589 struct snd_soc_tplg_ops *tplg_ops; member
/linux-6.3-rc2/sound/soc/sof/intel/
A Dhda.c53 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in hda_ctrl_dai_widget_setup() local
62 if (tplg_ops->dai_config) { in hda_ctrl_dai_widget_setup()
69 ret = tplg_ops->dai_config(sdev, swidget, flags, data); in hda_ctrl_dai_widget_setup()
86 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in hda_ctrl_dai_widget_free() local
94 if (tplg_ops->dai_config) { in hda_ctrl_dai_widget_free()
102 ret = tplg_ops->dai_config(sdev, swidget, flags, data); in hda_ctrl_dai_widget_free()
A Dhda-dai.c361 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in hda_dai_config_pause_push_ipc() local
364 if (tplg_ops->dai_config) { in hda_dai_config_pause_push_ipc()
365 ret = tplg_ops->dai_config(sdev, swidget, SOF_DAI_CONFIG_FLAGS_PAUSE, NULL); in hda_dai_config_pause_push_ipc()

Completed in 20 milliseconds