fixing missing oss dev as shown by taniwha

This commit is contained in:
Chris Ison 2001-03-03 00:54:46 +00:00
parent 6962f954ed
commit 050b49c479
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
static int audio_fd;
static int snd_inited;
static char *snd_dev;
static char *snd_dev = "/dev/dsp";
static int tryrates[] = { 11025, 22050, 22051, 44100, 8000 };