Home
last modified time | relevance | path

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

/openbmc/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.c586 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()
H A Dconf.c374 int conf_get_count(snd_config_t *root, const char *key1, const char *key2) in conf_get_count() function