SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA.

(cherry picked from commit 874ca5a678)
This commit is contained in:
vanfanel
2025-07-07 09:38:49 +02:00
committed by Sam Lantinga
parent 28f2944947
commit e25c61cda8

View File

@@ -160,6 +160,7 @@ static int load_alsa_syms(void)
SDL_ALSA_SYM(snd_pcm_avail);
SDL_ALSA_SYM(snd_pcm_info);
SDL_ALSA_SYM(snd_pcm_info_get_card);
SDL_ALSA_SYM(snd_pcm_info_get_name);
SDL_ALSA_SYM(snd_card_get_name);
SDL_ALSA_SYM(snd_pcm_info_malloc);
SDL_ALSA_SYM(snd_pcm_info_free);