Home
last modified time | relevance | path

Searched refs:tplg_snprintf (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-processor.c79 char *tplg_snprintf(char *fmt, ...) in tplg_snprintf() function
352 value = tplg_snprintf("%ld", v); in pre_process_include_conf()
398 full_path = tplg_snprintf("%s/%s", inc_path, filename); in pre_process_include_conf()
400 full_path = tplg_snprintf("%s", filename); in pre_process_include_conf()
Dpre-process-dapm.c232 arg = tplg_snprintf("%ld", index); in tplg_pp_get_widget_name()
240 temp = tplg_snprintf("%s.%s", widget_name, arg); in tplg_pp_get_widget_name()
364 route_name = tplg_snprintf("%s.%s", parent_name, name); in tplg_build_dapm_route_object()
410 line_str = tplg_snprintf("%s, %s, %s", sink_widget_name, control, src_widget_name); in tplg_build_dapm_route_object()
Dpre-process-object.c158 item_id = tplg_snprintf("%d", id); in tplg_parent_update()
464 config_id = tplg_snprintf("Object.%s.%s.%s", type, class_name, id); in tplg_object_lookup_in_config()
511 str = tplg_snprintf("%s.%s", type + 1, array_name); in tplg_pp_add_object_tuple_section()
654 data_id = tplg_snprintf("%d", id); in tplg_pp_add_object_data_section()
708 data_cfg_name = tplg_snprintf("%s.%s", object_id, token); in tplg_add_object_data()
1341 arg_value = tplg_snprintf("%ld", v); in tplg_construct_object_name()
1370 temp = tplg_snprintf("%s.%s", new_name, arg_value); in tplg_construct_object_name()
1636 obj_cfg_name = tplg_snprintf("%s%s.%s.%s", "Object.", in tplg_pre_process_objects()
Dpre-process-class.c116 class_config_id = tplg_snprintf("Class.%s.%s", class_type, class_name); in tplg_class_lookup()
140 attr_str = tplg_snprintf("DefineAttribute.%s", name); in tplg_class_find_attribute_by_name()
Dpre-processor.h119 char *tplg_snprintf(char *fmt, ...);