Skip to content

Commit

Permalink
src/Versions.in: Add the new snd_pcm_hw_params_get_sync for 1.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Aug 20, 2024
1 parent f81236c commit 645668d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Versions.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 645668d

Please sign in to comment.