mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
SDL2: Add missing symbol loading for SDL_GetDefaultAudioInfo() implementation on ALSA.
This commit is contained in:
parent
8d5984464e
commit
874ca5a678
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue