diff --git a/source/snd_oss.c b/source/snd_oss.c index 8d0c0b2..9cf3ec7 100644 --- a/source/snd_oss.c +++ b/source/snd_oss.c @@ -67,7 +67,7 @@ int audio_fd; int snd_inited; -static int tryrates[] = { 11025, 22051, 44100, 8000 }; +static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 }; qboolean SNDDMA_Init (void)