Searched refs:conf_get_by_keys (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | conf.c | 349 static int conf_get_by_keys(snd_config_t *root, const char *key1, in conf_get_by_keys() function 372 ret = conf_get_by_keys(root, key1, key2, &root); in conf_get_subtree() 388 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_count() 409 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_string() 427 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_long() 444 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_bool() 462 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_string_array()
|