mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Support dl-object cache
Added the support of dl-object caches for PCM plugins.
This commit is contained in:
parent
08fc630594
commit
d8f7de1b16
5 changed files with 93 additions and 3 deletions
|
|
@ -232,4 +232,9 @@ static inline int snd_open_device(const char *filename, int fmode)
|
|||
#define snd_open_device(filename, fmode) open(filename, fmode);
|
||||
#endif
|
||||
|
||||
/* dlobj cache */
|
||||
void *snd_dlobj_cache_lookup(const char *name);
|
||||
int snd_dlobj_cache_add(const char *name, void *dlobj, void *open_func);
|
||||
void snd_dlobj_cache_cleanup(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue