Home
last modified time | relevance | path

Searched refs:snd_config_set_string (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-utils/topology/
Dpre-process-object.c130 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()
Dpre-process-dai.c120 ret = snd_config_set_string(child, item_name); in tplg_update_pcm_object()
Dpre-process-dapm.c417 ret = snd_config_set_string(child, line_str); in tplg_build_dapm_route_object()
/third_party/alsa-lib/test/lsb/
Dconfig.c440 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/
Dconf.h160 int snd_config_set_string(snd_config_t *config, const char *value);
/third_party/alsa-lib/src/ucm/
Ducm_subs.c822 err = snd_config_set_string(node, s); in uc_mgr_substitute_tree()
/third_party/alsa-lib/src/
Dconf.c3015 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()