Searched refs:conf_get_long (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/tools/testing/selftests/alsa/ |
D | alsa-local.h | 22 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def);
|
D | pcm-test.c | 313 rate = conf_get_long(pcm_cfg, "rate", NULL, 48000); in test_pcm_time() 314 channels = conf_get_long(pcm_cfg, "channels", NULL, 2); in test_pcm_time() 315 period_size = conf_get_long(pcm_cfg, "period_size", NULL, 4096); in test_pcm_time() 316 buffer_size = conf_get_long(pcm_cfg, "buffer_size", NULL, 16384); in test_pcm_time()
|
D | conf.c | 413 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long() function
|