Searched refs:snd_dlobj_cache_get (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
D | local.h | 334 #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/ |
D | dlmisc.c | 370 void *snd_dlobj_cache_get(const char *lib, const char *name, in snd_dlobj_cache_get() function
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_rate.c | 1386 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()
|
D | pcm.c | 2610 open_func = snd_dlobj_cache_get(lib, open_name, in snd_pcm_open_conf()
|
/third_party/alsa-lib/src/control/ |
D | control.c | 1498 open_func = snd_dlobj_cache_get(lib, open_name, in snd_ctl_open_conf()
|