Searched refs:_snd_pcm_open_funcs (Results 1 – 1 of 1) sorted by relevance
62 static _snd_pcm_open_func_t _snd_pcm_open_funcs[] = { variable94 size_t size = sizeof(_snd_pcm_open_funcs) / sizeof(_snd_pcm_open_funcs[0]); in snd_pcm_config_get_open_func()97 if (0 == strcmp(type, _snd_pcm_open_funcs[i].type)) { in snd_pcm_config_get_open_func()98 open_func = _snd_pcm_open_funcs[i].func; in snd_pcm_config_get_open_func()
Completed in 2 milliseconds