Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dlocal.h334 #define snd_dlobj_cache_get \ macro
350 void *snd_dlobj_cache_get(const char *lib, const char *name, const char *version, int verbose);
/third_party/alsa-lib/src/
Ddlmisc.c370 void *snd_dlobj_cache_get(const char *lib, const char *name, in snd_dlobj_cache_get() function
/third_party/alsa-lib/src/pcm/
Dpcm_rate.c1386 open_conf_func = snd_dlobj_cache_get(lib, open_conf_name, NULL, verbose && converter_conf != NULL); in rate_open_func()
1399 open_func = snd_dlobj_cache_get(lib, open_name, NULL, verbose); in rate_open_func()
Dpcm.c2610 open_func = snd_dlobj_cache_get(lib, open_name, in snd_pcm_open_conf()
/third_party/alsa-lib/src/control/
Dcontrol.c1498 open_func = snd_dlobj_cache_get(lib, open_name, in snd_ctl_open_conf()