ChangeSet ID: 1017089562656168698639707
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/03/25 14:52:42
Modified files:
dlls/winmm/winearts: arts.c arts.h audio.c
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
wodOpen() should return MMSYSERR_ALLOCATED if the device is already
allocated. Allow for multiple audio devices. Fix wodPlayer_reset as
with aRts we cannot cancel audio data already written to the server.
Rename some functions. Cleanup unused code.
Patch: http://cvs.winehq.com/patch.py?id=1017089562656168698639707
Revision Changes Path
1.2 +1 -1 wine/dlls/winmm/winearts/arts.c
1.2 +1 -1 wine/dlls/winmm/winearts/arts.h
1.3 +93 -108 wine/dlls/winmm/winearts/audio.c
ChangeSet ID: 1017089537767281212917627
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/03/25 14:52:17
Modified files:
dlls/dsound : dsound_main.c
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Dsound will now try as many devices as are available when trying to
open a waveOut device in DirectSoundCreate().
Patch: http://cvs.winehq.com/patch.py?id=1017089537767281212917627
Revision Changes Path
1.53 +24 -6 wine/dlls/dsound/dsound_main.c