winecoreaudio: For waveOut, don't use STOPPED state; it's redundant.
commit5c4ed3bcce380b8ff834654f8dbd72bff5302989
authorKen Thomases <ken@codeweavers.com>
Sat, 11 Apr 2009 12:18:27 +0000 (11 07:18 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Apr 2009 22:33:17 +0000 (13 17:33 -0500)
tree2a97e7c18712c5d3509dfec9c44329faf17cc647
parent06d705e7dfc3febfbf3592de942a3100dffde5b3
winecoreaudio: For waveOut, don't use STOPPED state; it's redundant.

The distinction between PLAYING and STOPPED has always been whether
lpPlayPtr is NULL, so just use that instead of two states.
dlls/winecoreaudio.drv/audio.c