aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/dsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c
index e719d0a1..6a77328a 100644
--- a/Alc/dsound.c
+++ b/Alc/dsound.c
@@ -354,7 +354,7 @@ static ALCboolean DSoundResetPlayback(ALCdevice *device)
}
hr = IDirectSound_GetSpeakerConfig(pData->lpDS, &speakers);
- if(FAILED(hr) || (device->Flags&DEVICE_FREQUENCY_REQUEST))
+ if(FAILED(hr) || (device->Flags&DEVICE_CHANNELS_REQUEST))
{
switch(device->FmtChans)
{