SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA.
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled

This commit is contained in:
vanfanel
2025-07-17 13:08:52 -04:00
committed by Ryan C. Gordon
parent 8d5984464e
commit 874ca5a678
+1
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);