]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_alsa.c
Attempt to fix speaker layout for 5.1 and 7.1 sound, on Windows and Mac OS X; the...
[xonotic/darkplaces.git] / snd_alsa.c
index 2e6b8f3755857c07de02b4cfe6946138aa63bbfa..c9065bd83fc1eb8f6de4f820153138153ca3b88a 100644 (file)
@@ -201,6 +201,7 @@ qboolean SndSys_Init (const snd_format_t* requested, snd_format_t* suggested)
        snd_renderbuffer = Snd_CreateRingBuffer(requested, 0, NULL);
        expected_delay = 0;
        alsasoundtime = 0;
+       alsaspeakerlayout = true;
        
        return true;