mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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.
This commit is contained in:
parent
2c1318803f
commit
328824509f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue