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