mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-07 04:06:06 -05: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
|
|
@ -3113,6 +3113,10 @@ int snd_config_update_free_global(void)
|
|||
snd_config_update_free(snd_config_global_update);
|
||||
snd_config_global_update = NULL;
|
||||
pthread_mutex_unlock(&snd_config_update_mutex);
|
||||
|
||||
/* FIXME: better to place this in another place... */
|
||||
snd_dlobj_cache_cleanup();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue