Fixed bug #6537 - AIX: use PAUDIO_WaitDevice

This commit is contained in:
Sylvain 2022-11-17 11:43:46 +01:00
parent 6539b70062
commit 3a885f888a
No known key found for this signature in database
GPG key ID: 5F87E02E5BC0939E

View file

@ -477,7 +477,7 @@ PAUDIO_Init(SDL_AudioDriverImpl * impl)
/* Set the function pointers */
impl->OpenDevice = PAUDIO_OpenDevice;
impl->PlayDevice = PAUDIO_PlayDevice;
impl->PlayDevice = PAUDIO_WaitDevice;
impl->WaitDevice = PAUDIO_WaitDevice;
impl->GetDeviceBuf = PAUDIO_GetDeviceBuf;
impl->CloseDevice = PAUDIO_CloseDevice;
impl->OnlyHasDefaultOutputDevice = SDL_TRUE; /* !!! FIXME: add device enum! */