Searched refs:conf_get_long (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/alsa/ |
H A D | alsa-local.h | 22 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def);
|
H A D | pcm-test.c | 340 rate = conf_get_long(pcm_cfg, "rate", NULL, 48000); in test_pcm_time() 341 channels = conf_get_long(pcm_cfg, "channels", NULL, 2); in test_pcm_time() 342 period_size = conf_get_long(pcm_cfg, "period_size", NULL, 4096); in test_pcm_time() 343 buffer_size = conf_get_long(pcm_cfg, "buffer_size", NULL, 16384); in test_pcm_time()
|
H A D | conf.c | 419 long conf_get_long(snd_config_t *root, const char *key1, const char *key2, long def) in conf_get_long() function
|