Home
last modified time | relevance | path

Searched refs:tplg (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/sound/soc/
A Dsoc-topology.c248 ret = tplg->ops->vendor_load(tplg->comp, tplg->index, hdr); in soc_tplg_vendor_load()
270 return tplg->ops->widget_load(tplg->comp, tplg->index, w, in soc_tplg_widget_load()
282 return tplg->ops->widget_ready(tplg->comp, tplg->index, w, in soc_tplg_widget_ready()
293 if (tplg->ops && tplg->ops->dai_load) in soc_tplg_dai_load()
294 return tplg->ops->dai_load(tplg->comp, tplg->index, dai_drv, in soc_tplg_dai_load()
305 return tplg->ops->link_load(tplg->comp, tplg->index, link, cfg); in soc_tplg_dai_link_load()
589 return tplg->ops->control_load(tplg->comp, tplg->index, k, in soc_tplg_control_load()
1022 return tplg->ops->dapm_route_load(tplg->comp, tplg->index, in soc_tplg_add_route()
2360 ret = tplg->ops->manifest(tplg->comp, tplg->index, _manifest); in soc_tplg_manifest_load()
2497 tplg->hdr_pos = tplg->fw->data; in soc_tplg_process_headers()
[all …]
/linux-6.3-rc2/sound/soc/intel/avs/
A Dtopology.c487 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_libraries() local
490 &tplg->num_libs, sizeof(*tplg->libs), in avs_tplg_parse_libraries()
552 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_audio_formats() local
555 &tplg->num_fmts, sizeof(*tplg->fmts), in avs_tplg_parse_audio_formats()
593 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_modcfgs_base() local
891 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_modcfgs_ext() local
963 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_pplcfgs() local
966 &tplg->num_pplcfgs, sizeof(*tplg->pplcfgs), in avs_tplg_parse_pplcfgs()
1028 struct avs_tplg *tplg = acomp->tplg; in avs_tplg_parse_bindings() local
1031 &tplg->num_bindings, sizeof(*tplg->bindings), in avs_tplg_parse_bindings()
[all …]
A Dloader.c626 struct avs_tplg *tplg = acomp->tplg; in avs_dsp_boot_firmware() local
628 ret = avs_dsp_load_libraries(adev, tplg->libs, tplg->num_libs); in avs_dsp_boot_firmware()
A Dpcm.c726 struct avs_tplg *tplg = acomp->tplg; in avs_component_load_libraries() local
730 if (!tplg->num_libs) in avs_component_load_libraries()
742 ret = avs_dsp_load_libraries(adev, tplg->libs, tplg->num_libs); in avs_component_load_libraries()
771 acomp->tplg = avs_tplg_new(component); in avs_component_probe()
772 if (!acomp->tplg) in avs_component_probe()
A Dpath.c24 if (!strcmp(acomp->tplg->name, name)) in avs_path_find_tplg()
25 return acomp->tplg; in avs_path_find_tplg()
55 struct avs_tplg *tplg; in avs_path_find_path() local
58 tplg = avs_path_find_tplg(adev, name); in avs_path_find_path()
59 if (!tplg) in avs_path_find_path()
62 list_for_each_entry(pos, &tplg->path_tmpl_list, node) { in avs_path_find_path()
A Davs.h316 struct avs_tplg *tplg; member
/linux-6.3-rc2/sound/soc/sof/
A Dcontrol.c25 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_volume_get()
40 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_volume_put()
77 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_switch_get()
92 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_switch_put()
107 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_enum_get()
122 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_enum_put()
137 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_bytes_get()
152 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_bytes_put()
168 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_bytes_ext_put()
187 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in snd_sof_bytes_ext_volatile_get()
[all …]
A Dipc.c200 if (!ops->tplg || !ops->tplg->widget || !ops->tplg->control) { in snd_sof_ipc_init()
A Dsof-audio.c19 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_reset_route_setup_status()
34 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_free_unlocked()
104 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_setup_unlocked()
205 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_route_setup()
313 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_unprepare_widgets_in_path()
349 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_prepare_widgets_in_path()
569 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_list_setup()
858 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_dai_get_clk()
A Dpm.c77 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_resume()
183 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_suspend()
A Dtopology.c57 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_update_ipc_object()
271 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in set_up_volume_table()
498 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_copy_tuples()
1024 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_control_unload()
1182 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_parse_tokens()
1361 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_ready()
1572 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_widget_unload()
1815 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_link_load()
2122 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_complete()
2208 const struct sof_ipc_tplg_ops *tplg_ops = sof_ipc_get_ops(sdev, tplg); in sof_manifest()
A Dipc3.c925 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; in ipc3_comp_notification()
1105 .tplg = &ipc3_tplg_ops,
A Dipc4.c737 .tplg = &ipc4_tplg_ops,
A Dsof-priv.h483 const struct sof_ipc_tplg_ops *tplg; 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()
86 const struct sof_ipc_tplg_ops *tplg_ops = sdev->ipc->ops->tplg; 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()

Completed in 46 milliseconds