Searched refs:tplg_ops (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/sof/ |
| A D | control.c | 27 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 D | sof-audio.c | 37 if (sroute->setup && tplg_ops && tplg_ops->route_free) in sof_reset_route_setup_status() 71 if (tplg_ops && tplg_ops->dai_config) { in sof_widget_free_unlocked() 80 if (tplg_ops && tplg_ops->widget_free) { in sof_widget_free_unlocked() 185 if (tplg_ops && tplg_ops->widget_setup) { in sof_widget_setup_unlocked() 199 if (tplg_ops && tplg_ops->dai_config) { in sof_widget_setup_unlocked() 207 if (tplg_ops && tplg_ops->control && tplg_ops->control->widget_kcontrol_setup) { in sof_widget_setup_unlocked() 284 if (tplg_ops && tplg_ops->route_setup) { in sof_route_setup() 386 if (tplg_ops && tplg_ops->route_setup) { in sof_setup_pipeline_connections() 421 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_unprepare_widgets_in_path() 457 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_prepare_widgets_in_path() [all …]
|
| A D | pm.c | 77 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_resume() local 163 if (tplg_ops && tplg_ops->set_up_all_pipelines) { in sof_resume() 164 ret = tplg_ops->set_up_all_pipelines(sdev, false); in sof_resume() 200 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_suspend() local 218 if (tplg_ops && tplg_ops->tear_down_all_pipelines && (old_state == SOF_DSP_PM_D0)) in sof_suspend() 219 tplg_ops->tear_down_all_pipelines(sdev, false); in sof_suspend()
|
| A D | topology.c | 62 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() 507 token_list = tplg_ops ? tplg_ops->token_list : NULL; in sof_copy_tuples() 1036 if (tplg_ops && tplg_ops->control_free) { in sof_control_unload() 1467 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_ready() 1680 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_widget_unload() 1869 if (tplg_ops && tplg_ops->link_setup) { in sof_link_load() 2179 widget_ops = tplg_ops ? tplg_ops->widget : NULL; in sof_complete() 2182 if (tplg_ops && tplg_ops->control_setup) in sof_complete() 2250 if (tplg_ops && tplg_ops->set_up_all_pipelines) in sof_complete() [all …]
|
| A D | ipc4.c | 626 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in sof_ipc4_module_notification_handler() local 628 if (tplg_ops->control->update) in sof_ipc4_module_notification_handler() 629 tplg_ops->control->update(sdev, ipc4_msg); in sof_ipc4_module_notification_handler()
|
| A D | ipc3.c | 961 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in ipc3_comp_notification() local 974 if (tplg_ops->control->update) in ipc3_comp_notification() 975 tplg_ops->control->update(sdev, msg_buf); in ipc3_comp_notification()
|
| A D | sof-priv.h | 629 struct snd_soc_tplg_ops *tplg_ops; member
|
| /linux/sound/soc/sof/intel/ |
| A D | hda-dai.c | 36 const struct sof_ipc_tplg_ops *tplg_ops; in hda_dai_config() local 44 tplg_ops = sof_ipc_get_ops(sdev, tplg); in hda_dai_config() 46 if (tplg_ops && tplg_ops->dai_config) { in hda_dai_config() 47 ret = tplg_ops->dai_config(sdev, swidget, flags, data); in hda_dai_config()
|
Completed in 22 milliseconds