Searched refs:snd_config_make (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 178 ret = snd_config_make(config, id, type); in tplg_config_make_add() 722 ret = snd_config_make(&local_top, class_id_local, SND_CONFIG_TYPE_COMPOUND); in pre_process_create_items() 741 ret = snd_config_make(&new, attribute, SND_CONFIG_TYPE_INTEGER); in pre_process_create_items() 752 ret = snd_config_make(&new, attribute, SND_CONFIG_TYPE_STRING); in pre_process_create_items() 765 ret = snd_config_make(&new_obj, new_id, SND_CONFIG_TYPE_COMPOUND); in pre_process_create_items() 834 ret = snd_config_make(&new, id, SND_CONFIG_TYPE_COMPOUND); in pre_process_array_item() 856 ret = snd_config_make(&local_top, id, SND_CONFIG_TYPE_COMPOUND); in pre_process_array_item()
|
H A D | pre-process-dapm.c | 188 ret = snd_config_make(&temp_cfg, "Widget", SND_CONFIG_TYPE_COMPOUND); in tplg_pp_get_widget_name() 396 ret = snd_config_make(&route, route_name, SND_CONFIG_TYPE_COMPOUND); in tplg_build_dapm_route_object()
|
H A D | pre-process-object.c | 165 ret = snd_config_make(&cfg, item_id, SND_CONFIG_TYPE_STRING); in tplg_parent_update() 207 ret = snd_config_make(&top, "template", SND_CONFIG_TYPE_COMPOUND); in tplg_create_config_template() 656 ret = snd_config_make(&new, id, SND_CONFIG_TYPE_INTEGER); in tplg_pp_add_object_tuple_section() 1537 ret = snd_config_make(&new, unique_name, in tplg_object_set_unique_attribute() 1741 ret = snd_config_make(dst, id, SND_CONFIG_TYPE_STRING); in tplg_evaluate_config_string() 2054 ret = snd_config_make(&_obj_type, class_type, SND_CONFIG_TYPE_COMPOUND); in tplg_pre_process_objects() 2060 ret = snd_config_make(&_obj_class, class_name, SND_CONFIG_TYPE_COMPOUND); in tplg_pre_process_objects()
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 145 int snd_config_make(snd_config_t **config, const char *key,
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt-processor.c | 153 ret = snd_config_make(&new_bytes, "bytes", SND_CONFIG_TYPE_STRING); in merge_manifest_data()
|
Completed in 8 milliseconds