Searched refs:conf_get_string (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/alsa/ |
A D | alsa-local.h | 21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def…
|
A D | pcm-test.c | 283 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time() 295 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time() 529 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests()
|
A 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 467 array[index] = conf_get_string(cfg, buf, NULL, def); in conf_get_string_array()
|
Completed in 5 milliseconds