diff options
Diffstat (limited to 'src/pcm/pcm_linear.c')
-rw-r--r-- | src/pcm/pcm_linear.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/pcm_linear.c b/src/pcm/pcm_linear.c index 6bbe90fe..3b4a68dc 100644 --- a/src/pcm/pcm_linear.c +++ b/src/pcm/pcm_linear.c @@ -319,6 +319,7 @@ int snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_pcm_format_t sfo return 0; } +SND_DLSYM_BUILD_VERSION(_snd_pcm_linear_open, SND_PCM_DLSYM_VERSION); int _snd_pcm_linear_open(snd_pcm_t **pcmp, const char *name, snd_config_t *root, snd_config_t *conf, snd_pcm_stream_t stream, int mode) |