ChangeSet ID: 1017089562656168698639707 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@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@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