]> git.alsa-project.org Git - alsa-lib.git/commit
Manage dlobj lifetime in pcm_hooks.c
authorTakashi Iwai <tiwai@suse.de>
Tue, 30 Jun 2009 09:11:34 +0000 (11:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 30 Jun 2009 09:11:34 +0000 (11:11 +0200)
commit2a77d217a6b8132338632f55df6e2fcb74718b20
tree4654df56caf5de1846e0d4f931519bbbefa31daf
parent608cccb08884296245672141345947e92c301031
Manage dlobj lifetime in pcm_hooks.c

The shared object may be still needed depending on the implementation
of hook-installation functions.  When any hooks are registered in the
installation function, the dlobj has to be kept opened until closing
the PCM instance.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_hooks.c