From: Takashi Iwai Date: Wed, 9 Jan 2008 16:17:14 +0000 (+0100) Subject: Fix exported symbols for hooks and functions X-Git-Tag: v1.0.16rc1~18 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=328824509fac32c3f477b85f089b4ed6c39844a4;p=alsa-lib.git Fix exported symbols for hooks and functions 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. --- diff --git a/src/Versions.in b/src/Versions.in index c8e9a76d..3c42a7d4 100644 --- a/src/Versions.in +++ b/src/Versions.in @@ -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: *;