Searched refs:conf_get_subtree (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 129 pcm_config = conf_get_subtree(card_config, "pcm", NULL); in missing_devices() 144 if (conf_get_subtree(node2, "PLAYBACK", NULL)) in missing_devices() 146 if (conf_get_subtree(node2, "CAPTURE", NULL)) in missing_devices() 229 pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 263 pcm_data->pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 564 cfg = conf_get_subtree(cfg, "test", NULL); in run_time_tests() 609 default_pcm_config = conf_get_subtree(global_config, "pcm", NULL); in main()
|
H A D | alsa-local.h | 19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
|
H A D | conf.c | 366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() function
|