Searched refs:snd_config_make_compound (Results 1 - 5 of 5) sorted by relevance
/third_party/alsa-lib/src/topology/ |
H A D | save.c | 182 if (snd_config_make_compound(&dst, id, count == 1)) in sort_config()
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 152 int snd_config_make_compound(snd_config_t **config, const char *key, int join);
|
/third_party/alsa-lib/test/lsb/ |
H A D | config.c | 98 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-utils/topology/ |
H A D | pre-processor.c | 392 ret = snd_config_make_compound(&tplg_pp->define_cfg_merged, "Define", 0); in pre_process_add_defines()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 103 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() 266 error("snd_config_make_compound: %s", snd_strerror(err)); in get_control()
|
Completed in 6 milliseconds