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

/linux-master/tools/testing/selftests/alsa/
H A Dalsa-local.h19 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2);
H A Dpcm-test.c126 pcm_config = conf_get_subtree(card_config, "pcm", NULL);
141 if (conf_get_subtree(node2, "PLAYBACK", NULL))
143 if (conf_get_subtree(node2, "CAPTURE", NULL))
207 pcm_config = conf_get_subtree(card_config, key, NULL);
236 pcm_data->pcm_config = conf_get_subtree(card_config, key, NULL);
534 cfg = conf_get_subtree(cfg, "test", NULL);
579 default_pcm_config = conf_get_subtree(global_config, "pcm", NULL);
H A Dconf.c366 snd_config_t *conf_get_subtree(snd_config_t *root, const char *key1, const char *key2) function

Completed in 222 milliseconds