Searched refs:conf_get_subtree (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | pcm-test.c | 126 pcm_config = conf_get_subtree(card_config, "pcm", NULL); in missing_devices() 141 if (conf_get_subtree(node2, "PLAYBACK", NULL)) in missing_devices() 143 if (conf_get_subtree(node2, "CAPTURE", NULL)) in missing_devices() 197 pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 226 pcm_data->pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms() 521 cfg = conf_get_subtree(cfg, "test", NULL); in run_time_tests() 565 default_pcm_config = conf_get_subtree(global_config, "pcm", NULL); in main()
|
A D | alsa-local.h | 19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
|
A D | conf.c | 360 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() function
|
Completed in 6 milliseconds