ChangeSet ID: 7388 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/06 16:46:35
Modified files: dlls/dsound : primary.c mixer.c dsound_private.h dsound_main.c capture.c
Log message: Robert Reif reif@earthlink.net Added a configuration option for setting the hardware acceleration level just like the direct sound control panel app. More work on the full duplex interface so the compile warning is no longer generated. Full duplex interface is still stubbed out. Moved full duplex mixer reset fix into wineoss driver where it belongs. Added some more locking fixes. Capture and full duplex are now stable.
Patch: http://cvs.winehq.com/patch.py?id=7388
Old revision New revision Changes Path 1.7 1.8 +8 -2 wine/dlls/dsound/primary.c 1.7 1.8 +1 -5 wine/dlls/dsound/mixer.c 1.3 1.4 +7 -0 wine/dlls/dsound/dsound_private.h 1.73 1.74 +30 -2 wine/dlls/dsound/dsound_main.c 1.5 1.6 +83 -3 wine/dlls/dsound/capture.c