]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix exported symbols for hooks and functions
authorTakashi Iwai <tiwai@suse.de>
Wed, 9 Jan 2008 16:17:14 +0000 (17:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 9 Jan 2008 16:17:14 +0000 (17:17 +0100)
The functions dynamically loaded via plugin aren't fully listed
in the exported functions in Versions file.  This caused errors at
opening devices with such plugins.

src/Versions.in

index c8e9a76d50fa3515afa56e9a645eee0f99eeeced..3c42a7d40310eb1af6dfcddde80632a6721c42b5 100644 (file)
@@ -9,7 +9,7 @@ ALSA_0.9 {
 
     @SYMBOL_PREFIX@__snd_hw_params_*;
     @SYMBOL_PREFIX@__snd_hw_params_*;
-    @SYMBOL_PREFIX@__snd_*_open_dlsym_*;
+    @SYMBOL_PREFIX@__snd_*_dlsym_*;
 
   local:
     *;