aaudio: Fixed capitialization, plus some minor cleanups.

This commit is contained in:
Ryan C. Gordon
2023-06-26 21:43:53 -04:00
parent 3e9991b535
commit 13202642a3
6 changed files with 46 additions and 46 deletions

View File

@@ -54,7 +54,7 @@ static const AudioBootStrap *const bootstrap[] = {
&COREAUDIO_bootstrap,
#endif
#ifdef SDL_AUDIO_DRIVER_AAUDIO
&aaudio_bootstrap,
&AAUDIO_bootstrap,
#endif
#ifdef SDL_AUDIO_DRIVER_OPENSLES
&openslES_bootstrap,