![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <malloc.h>#include <sys/ioctl.h>#include <sys/mman.h>#include <sys/soundcard.h>#include "../../idlib/precompiled.h"#include "../../sound/snd_local.h"#include "../posix/posix_public.h"#include "sound.h"Go to the source code of this file.
Functions | |
| bool | Sys_LoadOpenAL (void) |
Variables | |
| const char * | s_driverArgs [] = { "best", "oss", "alsa", NULL } |
| idCVar | s_device ("s_dsp","/dev/dsp", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
| idCVar s_device("s_dsp","/dev/dsp", CVAR_SYSTEM|CVAR_ARCHIVE,"") |
1.8.6.