diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index 7ef49729..883b84e0 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -395,6 +395,14 @@ static ALCboolean DSoundResetPlayback(ALCdevice *device) SPEAKER_BACK_LEFT | SPEAKER_BACK_RIGHT; break; + case DevFmtX51Side: + OutputType.dwChannelMask = SPEAKER_FRONT_LEFT | + SPEAKER_FRONT_RIGHT | + SPEAKER_FRONT_CENTER | + SPEAKER_LOW_FREQUENCY | + SPEAKER_SIDE_LEFT | + SPEAKER_SIDE_RIGHT; + break; case DevFmtX61: OutputType.dwChannelMask = SPEAKER_FRONT_LEFT | SPEAKER_FRONT_RIGHT | |