From 328824509fac32c3f477b85f089b4ed6c39844a4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 9 Jan 2008 17:17:14 +0100 Subject: [PATCH] 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. --- src/Versions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: *; -- 2.47.1