mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
hopefully fix the alsa-lib assertion bug
This commit is contained in:
parent
39598742b8
commit
07d7f81e14
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ SNDDMA_Submit (void)
|
|||
|
||||
nframes = count / shm->channels;
|
||||
|
||||
qfsnd_pcm_avail_update (pcm);
|
||||
qfsnd_pcm_mmap_begin (pcm, &areas, &offset, &nframes);
|
||||
|
||||
state = qfsnd_pcm_state (pcm);
|
||||
|
|
Loading…
Reference in a new issue