Support dl-object cache

Added the support of dl-object caches for PCM plugins.
This commit is contained in:
Takashi Iwai 2005-02-14 15:09:09 +00:00
parent 08fc630594
commit d8f7de1b16
5 changed files with 93 additions and 3 deletions

View file

@ -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;
}