dsound: kill unconditional memory allocation in mixing thread
commit29d923f703cddf67ee87d116e3dfbdb980c94fbb
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Mon, 16 Mar 2015 13:33:41 +0000 (16 14:33 +0100)
committerMaarten Lankhorst <dev@mblankhorst.nl>
Wed, 23 Dec 2015 18:04:52 +0000 (23 19:04 +0100)
tree3a4a96bf8e975c990492b270cb82de09dcdf7aba
parent65b3892d1343d8ccf57ebda62a73a99e50793a89
dsound: kill unconditional memory allocation in mixing thread

Unfortunately this doesn't get rid of the memory allocation entirely,
but it will decrease the chance of underruns due to locking immensely.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
dlls/dsound/dsound.c
dlls/dsound/dsound_private.h
dlls/dsound/mixer.c