]> git.alsa-project.org Git - alsa-lib.git/commit
Clean up Versions file
authorTakashi Iwai <tiwai@suse.de>
Fri, 30 Nov 2007 17:29:01 +0000 (18:29 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 30 Nov 2007 17:29:01 +0000 (18:29 +0100)
commit8a035282ac9628cddaa602c1dfa08d3695d2d4c5
tree7ca6fafeaa45c7cf03636cf7b102f3ba11319633
parent7dca3ab1eaa5ab679a72bc03b8cdda0220744070
Clean up Versions file

The entries in the current Versions file don't work as expected.
Since the first ALSA_0.9 has already snd_* global definitions, all
the rest are simply ignored.  Some symbols (e.g. snd_hw_params_*)
indeed work because they have explicit symver definitions, but
ALSA_0.9.6 and later are all superfluous.

This patch clean up these useless entries.  Also, the patch restricts
the matching patterns for _snd_* and __snd_* entries to reduce the
unneeded export symbols.
src/Versions.in