mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
- Update snd_alsa with icculus.org's latest.
- Add Brendan Burns to THANKS for the alsa driver.
This commit is contained in:
parent
e4385048dc
commit
f9a1e6f515
2 changed files with 4 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -9,6 +9,7 @@ problems, suggesting various improvements or submitting actual code. Here is
|
|||
a list of these people, alphabetically by surname. Help me keep it complete
|
||||
and exempt of errors.
|
||||
|
||||
Brendan Burns <brendanburns@attbi.com>
|
||||
Vincent S. Cojot <coyote@step.polymtl.ca>
|
||||
Bill Currie <taniwha@quakeforge.net>
|
||||
'davoid' <davoid@softhome.net>
|
||||
|
|
|
@ -146,6 +146,9 @@ qboolean SNDDMA_Init (void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
buffer=malloc(snd_buf);
|
||||
memset(buffer, 0, snd_buf);
|
||||
|
||||
dma.samplepos = 0;
|
||||
dma.submission_chunk = 1;
|
||||
dma.buffer = buffer;
|
||||
|
|
Loading…
Reference in a new issue