mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-07 14:07:22 +00:00
SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user