wodOpen() should return MMSYSERR_ALLOCATED if the device is already
commitcf5bfc44b100cd36f0dfff10231e0697e4076a34
authorChris Morgan <cmorgan@alum.wpi.edu>
Mon, 25 Mar 2002 20:52:42 +0000 (25 20:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Mar 2002 20:52:42 +0000 (25 20:52 +0000)
tree800f3c61696e7253e8690771bc36e53f176f3af2
parentace56c62a36003f080b5d036043424dafad37a22
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.
dlls/winmm/winearts/arts.c
dlls/winmm/winearts/arts.h
dlls/winmm/winearts/audio.c