Home
last modified time | relevance | path

Searched refs:parent_obj (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-dai.c55 snd_config_t *top, *parent_obj, *obj, *dest, *cfg, *pcm, *child; in tplg_update_pcm_object() local
85 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_update_pcm_object()
88 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_update_pcm_object()
Dpre-process-dapm.c29 snd_config_t *top, *parent_obj, *cfg, *dest; in tplg_build_base_object() local
37 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_base_object()
40 parent_name = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_base_object()
267 snd_config_t *top, *obj, *cfg, *route, *child, *parent_obj; in tplg_build_dapm_route_object() local
283 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_dapm_route_object()
285 ret = snd_config_get_id(parent_obj, &parent_name); in tplg_build_dapm_route_object()
Dpre-process-object.c781 snd_config_t *obj, *parent_obj, *section_cfg, *top; in tplg_build_parent_data() local
791 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_build_parent_data()
800 parent_id = tplg_object_get_name(tplg_pp, parent_obj); in tplg_build_parent_data()
802 ret = snd_config_get_id(parent_obj, &parent_id); in tplg_build_parent_data()
1134 snd_config_t *obj_cfg, *class_cfg, *parent_obj; in tplg_object_update() local
1198 parent_obj = tplg_object_get_instance_config(tplg_pp, parent); in tplg_object_update()
1199 if (!parent_obj) in tplg_object_update()
1202 ret = tplg_object_copy_and_add_param(tplg_pp, obj_cfg, n, parent_obj); in tplg_object_update()
1212 cfg = tplg_object_lookup_in_config(tplg_pp, parent_obj, class_type, in tplg_object_update()
1633 snd_config_t *parent_instance, *parent_obj, *temp; in tplg_pre_process_objects() local
[all …]