Searched refs:conf_get_string (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/alsa/ |
D | alsa-local.h | 21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def…
|
D | pcm-test.c | 295 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time() 307 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 542 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests()
|
D | conf.c | 395 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) in conf_get_string() function 466 array[index] = conf_get_string(cfg, buf, NULL, def); in conf_get_string_array()
|