Searched refs:conf_get_count (Results 1 – 3 of 3) sorted by relevance
20 int conf_get_count(snd_config_t *root, const char *key1, const char *key2);
586 num_std_pcm_tests = conf_get_count(default_pcm_config, "test", NULL); in main()594 num_tests = conf_get_count(cfg, "test", NULL) * 2; in main()
374 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count() function