Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_config.c62 static _snd_pcm_open_func_t _snd_pcm_open_funcs[] = { variable
94 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