Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/alsa/
H A Dalsa-local.h23 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def);
H A Dpcm-test.c208 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()
H A Dconf.c431 int conf_get_bool(snd_config_t *root, const char *key1, const char *key2, int def) in conf_get_bool() function