Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c129 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 Dalsa-local.h19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
H A Dconf.c366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) in conf_get_subtree() function