Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/alsa/
Dpcm-test.c126 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()
207 pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms()
236 pcm_data->pcm_config = conf_get_subtree(card_config, key, NULL); in find_pcms()
534 cfg = conf_get_subtree(cfg, "test", NULL); in run_time_tests()
578 default_pcm_config = conf_get_subtree(global_config, "pcm", NULL); in main()
Dalsa-local.h19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
Dconf.c360 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() function