Searched refs:conf_get_bool (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | alsa-local.h | 23 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def);
|
H A D | pcm-test.c | 230 if (conf_get_bool(card_config, key, "skip", false)) { in find_pcms() 250 if (conf_get_bool(card_config, key, "skip", false)) { in find_pcms()
|
H A D | conf.c | 437 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool() function
|