ChangeSet ID: 1005580539297543467953801
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/12 10:55:39
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
Fixed some race conditions in notification vs. operation
synchronization using the same in process message ring in waveIn as in
waveOut.
Patch: http://cvs.winehq.com/patch.py?id=1005580539297543467953801
Revision Changes Path
1.46 +145 -124 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 1005337620526452780235559
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/11/09 15:27:00
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Simon Britnell <ughbash(a)yahoo.com>
Cleaned up the wodPlayer functionality to make it easier to follow.
Changed notification to be calculated from bytes played rather than
time elapsed.
Patch: http://cvs.winehq.com/patch.py?id=1005337620526452780235559
Revision Changes Path
1.45 +381 -228 wine/dlls/winmm/wineoss/audio.c