Searched refs:conf_get_by_keys (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/tools/testing/selftests/alsa/ |
D | conf.c | 343 static int conf_get_by_keys(snd_config_t *root, const char *key1, in conf_get_by_keys() function 366 ret = conf_get_by_keys(root, key1, key2, &root); in conf_get_subtree() 382 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_count() 403 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_string() 421 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_long() 438 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_bool() 456 ret = conf_get_by_keys(root, key1, key2, &cfg); in conf_get_string_array()
|