ChangeSet ID: 17828 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/31 04:31:37
Modified files: dlls/dsound : sound3d.c primary.c mixer.c dsound_private.h dsound_main.c dsound.c buffer.c
Log message: Robert Reif reif@earthlink.net Add multiple DIRECTSOUND object support (multiple sound cards can play at the same time). Fix CoCreateInstance when no sound card is present. Fix create bug found by Mike Hearn.
Patch: http://cvs.winehq.org/patch.py?id=17828
Old revision New revision Changes Path 1.39 1.40 +80 -80 wine/dlls/dsound/sound3d.c 1.46 1.47 +237 -257 wine/dlls/dsound/primary.c 1.35 1.36 +187 -186 wine/dlls/dsound/mixer.c 1.27 1.28 +20 -17 wine/dlls/dsound/dsound_private.h 1.118 1.119 +4 -3 wine/dlls/dsound/dsound_main.c 1.32 1.33 +343 -329 wine/dlls/dsound/dsound.c 1.49 1.50 +21 -21 wine/dlls/dsound/buffer.c