mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fixing missing oss dev as shown by taniwha
This commit is contained in:
parent
6962f954ed
commit
050b49c479
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
static int audio_fd;
|
static int audio_fd;
|
||||||
static int snd_inited;
|
static int snd_inited;
|
||||||
static char *snd_dev;
|
static char *snd_dev = "/dev/dsp";
|
||||||
|
|
||||||
static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 };
|
static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue