Home
last modified time | relevance | path

Searched refs:uc_mgr_config_load_into (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/ucm/
Ducm_local.h290 int uc_mgr_config_load_into(int format, const char *file, snd_config_t *cfg);
Dutils.c353 int uc_mgr_config_load_into(int format, const char *file, snd_config_t *top) in uc_mgr_config_load_into() function
394 err = uc_mgr_config_load_into(format, file, top); in uc_mgr_config_load()
Dparser.c475 err = uc_mgr_config_load_into(uc_mgr->conf_format, filename, uc_mgr->local_config); in parse_libconfig1()