mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
src/Versions.in: Add the new snd_pcm_hw_params_get_sync for 1.2.13
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f81236cf7e
commit
645668dca2
1 changed files with 5 additions and 1 deletions
|
|
@ -199,10 +199,14 @@ ALSA_1.2.10 {
|
|||
} ALSA_1.2.9;
|
||||
|
||||
ALSA_1.2.13 {
|
||||
#if defined(HAVE_SEQ_SYMS) || defined(HAVE_RAWMIDI_SYMS)
|
||||
#if defined(HAVE_PCM_SYMS) || defined(HAVE_SEQ_SYMS) || defined(HAVE_RAWMIDI_SYMS)
|
||||
global:
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PCM_SYMS
|
||||
@SYMBOL_PREFIX@snd_pcm_hw_params_get_sync;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SEQ_SYMS
|
||||
@SYMBOL_PREFIX@snd_seq_create_ump_endpoint;
|
||||
@SYMBOL_PREFIX@snd_seq_create_ump_block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue