Home
last modified time | relevance | path

Searched refs:snd_config_make_compound (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/include/
Dconf.h141 int snd_config_make_compound(snd_config_t **config, const char *key, int join);
/third_party/alsa-lib/test/lsb/
Dconfig.c98 ALSA_CHECK(snd_config_make_compound(&c, "c", 0)); in test_load()
336 ALSA_CHECK(snd_config_make_compound(&c, "c", 0)); in test_make_compound()
/third_party/alsa-lib/src/
Dconf.c2638 int snd_config_make_compound(snd_config_t **config, const char *id, in snd_config_make_compound() function
2708 err = snd_config_make_compound(&n, s, join); in snd_config_make_path()
2734 err = snd_config_make_compound(&n, key, join); in snd_config_make_path()
4175 err = snd_config_make_compound(&root, rname, 0); in config_file_load_user_all()
4300 err = snd_config_make_compound(&private_data, NULL, 0); in _snd_config_hook_private_data()
4917 err = snd_config_make_compound(dst, id, src->u.compound.join); in _snd_config_copy()
5017 err = snd_config_make_compound(dst, id, src->u.compound.join); in _snd_config_expand()
/third_party/alsa-lib/src/topology/
Dsave.c183 if (snd_config_make_compound(&dst, id, count == 1)) in sort_config()
/third_party/alsa-utils/alsactl/
Dstate.c103 err = snd_config_make_compound(&leaf, id, join); in snd_config_compound_add()
264 err = snd_config_make_compound(&comment, "comment", 0); in get_control()