Searched refs:snd_config_set_string (Results 1 – 7 of 7) sorted by relevance
/third_party/alsa-utils/topology/ |
D | pre-process-object.c | 130 return snd_config_set_string(item_config, item_name); in tplg_parent_update() 167 ret = snd_config_set_string(cfg, item_name); in tplg_parent_update() 533 ret = snd_config_set_string(child, token); in tplg_pp_add_object_tuple_section() 644 ret = snd_config_set_string(child, data_name); in tplg_pp_add_object_data_section() 665 return snd_config_set_string(child, data_name); in tplg_pp_add_object_data_section() 1413 err = snd_config_set_string(attr, value); in tplg_set_attribute_value()
|
D | pre-process-dai.c | 120 ret = snd_config_set_string(child, item_name); in tplg_update_pcm_object()
|
D | pre-process-dapm.c | 417 ret = snd_config_set_string(child, line_str); in tplg_build_dapm_route_object()
|
/third_party/alsa-lib/test/lsb/ |
D | config.c | 440 ALSA_CHECK(snd_config_set_string(c, "string")); in test_set_string() 443 ALSA_CHECK(snd_config_set_string(c, NULL)); in test_set_string() 448 TEST_CHECK(snd_config_set_string(c, "") == -EINVAL); in test_set_string()
|
/third_party/alsa-lib/include/ |
D | conf.h | 160 int snd_config_set_string(snd_config_t *config, const char *value);
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_subs.c | 822 err = snd_config_set_string(node, s); in uc_mgr_substitute_tree()
|
/third_party/alsa-lib/src/ |
D | conf.c | 3015 int snd_config_set_string(snd_config_t *config, const char *value) in snd_config_set_string() function 4955 err = snd_config_set_string(*dst, s); in _snd_config_copy() 5575 err = snd_config_set_string(sub, val); in parse_args()
|