Home
last modified time | relevance | path

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

/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.c322 desc = conf_get_string(pcm_cfg, "description", NULL, NULL); in test_pcm_time()
334 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time()
572 test_type = conf_get_string(pcm_cfg, "type", NULL, "time"); in run_time_tests()
H A Dconf.c401 const char *conf_get_string(snd_config_t *root, const char *key1, const char *key2, const char *def) in conf_get_string() function
472 array[index] = conf_get_string(cfg, buf, NULL, def); in conf_get_string_array()