ChangeSet ID: 16268
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 06:43:04
Modified files:
dlls/winmm/wineoss: audio.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
When we get down to the last fragment or two in our output to the DSP,
we should use the SND_DSP_POST ioctl to let the sound card know to
flush those fragments. This allows us to precisely know when the
buffer is empty, and fixes another set of winmm tests.
Patch: http://cvs.winehq.org/patch.py?id=16268
Old revision New revision Changes Path
1.152 1.153 +4 -3 wine/dlls/winmm/wineoss/audio.c
ChangeSet ID: 16267
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 06:42:43
Modified files:
dlls/winmm/tests: wave.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
When testing the WAVE_MAPPER device, it seems inappropriate (to me) to
demand WAVE_FORMAT_DIRECT; this fixes another slew of tests.
Patch: http://cvs.winehq.org/patch.py?id=16267
Old revision New revision Changes Path
1.46 1.47 +8 -4 wine/dlls/winmm/tests/wave.c
ChangeSet ID: 16266
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/02/23 06:42:33
Modified files:
dlls/winmm/wavemap: wavemap.c
Log message:
Jeremy White <jwhite(a)codeweavers.com>
When we are converting from one sample rate to another, we do have to
adjust when calculating TIME_SAMPLES.
Patch: http://cvs.winehq.org/patch.py?id=16266
Old revision New revision Changes Path
1.39 1.40 +11 -2 wine/dlls/winmm/wavemap/wavemap.c