I'm getting errors when I call snd_seq_open in a plugin, which go away in a standalone
test app:
ALSA lib dlmisc.c:100:(snd_dlsym_verify) unable to verify version for symbol
snd_config_hook_load
ALSA lib conf.c:2655:(snd_config_hooks_call) symbol snd_config_hook_load is not defined
inside (null)
ALSA lib conf.c:3066:(snd_config_update_r) hooks failed, removing configuration
calling: snd_seq_open(&seq_handle, "default", SND_SEQ_OPEN_INPUT, 0)
What could be the reason for this?
cheers,
dave