diff options
author | Jaroslav Kysela <perex@perex.cz> | 2001-08-15 12:12:16 +0000 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2001-08-15 12:12:16 +0000 |
commit | b45c08611c0bab46c2e2d2b071bf7331c0ba0c62 (patch) | |
tree | 82417d8307c17c92119465f911bfa4f611548e7f /src/pcm/pcm_linear.c | |
parent | 36a28100813aa02da47fa20e038abedf8193b85f (diff) |
Added symbol versioning for dlsym-callbacks.
Removed snd_config_refer_load from confmisc.c and pcm.c.
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) |