Searched refs:snd_config_expand (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/include/ |
D | conf.h | 117 int snd_config_expand(snd_config_t *config, snd_config_t *root,
|
/third_party/alsa-lib/src/control/ |
D | setup.c | 414 err = snd_config_expand(_conf, _conf, NULL, private_data, &conf); in add_elem()
|
/third_party/alsa-lib/src/ |
D | conf.c | 4252 if ((err = snd_config_expand(n, root, NULL, private_data, &n)) < 0) { in snd_config_hook_load() 4334 if ((err = snd_config_expand(n, root, NULL, private_data, &n)) < 0) { in _snd_config_hook_table() 5656 int snd_config_expand(snd_config_t *config, snd_config_t *root, const char *args, in snd_config_expand() function 5764 err = snd_config_expand(conf, config, args, NULL, result); in snd_config_search_definition()
|