diff options
Diffstat (limited to 'src/pcm/pcm_multi.c')
-rw-r--r-- | src/pcm/pcm_multi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/pcm_multi.c b/src/pcm/pcm_multi.c index de59198b..a8a5003b 100644 --- a/src/pcm/pcm_multi.c +++ b/src/pcm/pcm_multi.c @@ -643,6 +643,7 @@ int snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name, return 0; } +SND_DLSYM_BUILD_VERSION(_snd_pcm_multi_open, SND_PCM_DLSYM_VERSION); int _snd_pcm_multi_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) |