From: Takashi Iwai Date: Tue, 20 Aug 2024 14:20:15 +0000 (+0200) Subject: src/Versions.in: Add the new snd_pcm_hw_params_get_sync for 1.2.13 X-Git-Tag: v1.2.13~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=645668dca2c554b43b2fbf053a7ac3699f1beae6;p=alsa-lib.git src/Versions.in: Add the new snd_pcm_hw_params_get_sync for 1.2.13 Signed-off-by: Takashi Iwai --- diff --git a/src/Versions.in.in b/src/Versions.in.in index 298e610c..350ec3d8 100644 --- a/src/Versions.in.in +++ b/src/Versions.in.in @@ -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;