Searched refs:snd_config_make (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/src/ |
D | conf.c | 2467 int snd_config_make(snd_config_t **config, const char *id, in snd_config_make() function 2503 return snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER); in snd_config_make_integer() 2528 return snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER64); in snd_config_make_integer64() 2550 return snd_config_make(config, id, SND_CONFIG_TYPE_REAL); in snd_config_make_real() 2575 return snd_config_make(config, id, SND_CONFIG_TYPE_STRING); in snd_config_make_string() 2597 return snd_config_make(config, id, SND_CONFIG_TYPE_POINTER); in snd_config_make_pointer() 2642 err = snd_config_make(config, id, SND_CONFIG_TYPE_COMPOUND); in snd_config_make_compound() 2769 err = snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER); in snd_config_imake_integer() 2799 err = snd_config_make(config, id, SND_CONFIG_TYPE_INTEGER64); in snd_config_imake_integer64() 2826 err = snd_config_make(config, id, SND_CONFIG_TYPE_REAL); in snd_config_imake_real() [all …]
|
/third_party/alsa-utils/topology/ |
D | pre-process-object.c | 162 ret = snd_config_make(&cfg, item_id, SND_CONFIG_TYPE_STRING); in tplg_parent_update() 204 ret = snd_config_make(&top, "template", SND_CONFIG_TYPE_COMPOUND); in tplg_create_config_template() 591 ret = snd_config_make(&new, id, SND_CONFIG_TYPE_INTEGER); in tplg_pp_add_object_tuple_section() 1453 ret = snd_config_make(&new, unique_name, in tplg_object_set_unique_attribute() 1674 ret = snd_config_make(&_obj_type, class_type, SND_CONFIG_TYPE_COMPOUND); in tplg_pre_process_objects() 1680 ret = snd_config_make(&_obj_class, class_name, SND_CONFIG_TYPE_COMPOUND); in tplg_pre_process_objects()
|
D | pre-process-dapm.c | 162 ret = snd_config_make(&temp_cfg, "Widget", SND_CONFIG_TYPE_COMPOUND); in tplg_pp_get_widget_name() 370 ret = snd_config_make(&route, route_name, SND_CONFIG_TYPE_COMPOUND); in tplg_build_dapm_route_object()
|
D | pre-processor.c | 63 ret = snd_config_make(config, id, type); in tplg_config_make_add()
|
/third_party/alsa-lib/include/ |
D | conf.h | 134 int snd_config_make(snd_config_t **config, const char *key,
|