Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/alsa/
H A Dalsa-local.h21 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def…
H A Dpcm-test.c295 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()
H A Dconf.c395 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()