Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/alsa/
H A Dalsa-local.h20 int conf_get_count(snd_config_t *root, const char *key1, const char *key2);
H A Dpcm-test.c621 num_std_pcm_tests = conf_get_count(default_pcm_config, "test", NULL); in main()
629 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main()
H A Dconf.c380 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count() function