Searched refs:snd_config_add (Results 1 - 8 of 8) sorted by relevance
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 83 ALSA_CHECK(snd_config_add(loaded, c)); in test_load() 85 ALSA_CHECK(snd_config_add(loaded, c)); in test_load() 89 ALSA_CHECK(snd_config_add(made, c)); in test_load() 91 ALSA_CHECK(snd_config_add(made, c)); in test_load() 99 ALSA_CHECK(snd_config_add(made, c)); in test_load() 101 ALSA_CHECK(snd_config_add(c, c2)); in test_load() 228 ALSA_CHECK(snd_config_add(c1, c2)); in test_add() 230 ALSA_CHECK(snd_config_add(c1, c3)); in test_add() 239 TEST_CHECK(snd_config_add(c1, c4) == -EINVAL); in test_add() 241 ALSA_CHECK(snd_config_add(c in test_add() [all...] |
/third_party/alsa-utils/topology/ |
H A D | pre-processor.c | 182 ret = snd_config_add(parent, *config); in tplg_config_make_add() 395 ret = snd_config_add(tplg_pp->input_cfg, tplg_pp->define_cfg_merged); in pre_process_add_defines() 671 ret = snd_config_add(dest, new); in pre_process_add_objects() 682 ret = snd_config_add(new, new_attr); in pre_process_add_objects() 768 ret = snd_config_add(new_obj, new); in pre_process_create_items() 774 ret = snd_config_add(local_top, new_obj); in pre_process_create_items() 839 ret = snd_config_add(top, new); in pre_process_array_item()
|
H A D | pre-process-object.c | 70 ret = snd_config_add(vtop, dst); in tplg_build_vendor_token_object() 174 ret = snd_config_add(item_config, cfg); in tplg_parent_update() 665 ret = snd_config_add(cfg, new); in tplg_pp_add_object_tuple_section() 828 ret = snd_config_add(dst, new); in tplg_object_add_attributes() 1198 ret = snd_config_add(obj, new); in tplg_object_copy_and_add_param() 1543 ret = snd_config_add(obj, new); in tplg_object_set_unique_attribute() 2064 ret = snd_config_add(_obj_type, _obj_class); in tplg_pre_process_objects() 2074 ret = snd_config_add(_obj_class, _obj); in tplg_pre_process_objects()
|
H A D | pre-process-dapm.c | 403 ret = snd_config_add(top, route); in tplg_build_dapm_route_object()
|
/third_party/alsa-lib/src/topology/ |
H A D | save.c | 192 if (s == NULL || snd_config_add(dst, s)) { in sort_config()
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 135 int snd_config_add(snd_config_t *config, snd_config_t *child);
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 60 err = snd_config_add(father, leaf); in snd_config_integer_add() 75 err = snd_config_add(father, leaf); in snd_config_integer64_add() 90 err = snd_config_add(father, leaf); in snd_config_string_add() 106 err = snd_config_add(father, leaf); in snd_config_compound_add() 539 err = snd_config_add(control, comment); in get_control() 541 error("snd_config_add: %s", snd_strerror(err)); in get_control()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_include.c | 261 err = snd_config_add(parent, n); in uc_mgr_config_tree_merge()
|
Completed in 9 milliseconds