Alexandre Julliard pushed to branch master at wine / wine
Commits: d2639ccc by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound/tests: Get rid of a crashing test.
The test was introduced by e28638afccdfda3ee44121405d9097d201b61445, for the fix in 70aeb7e4b0eb8efefd24c26d1c1442ea6c25d082. It looks like that particular game worked on Windows by chance more than anything.
- - - - - 031f3c2c by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Simplify check in DSOUND_RecalcFormat().
- - - - - 936214b6 by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Print time as an unsigned value.
- - - - - f42fb548 by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Consistently trace locked byte count as an unsigned value.
- - - - - 156008db by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Check data size in propset methods.
- - - - - 2e18e961 by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Fill all the DSPROPERTY_DIRECTSOUNDDEVICE_ENUMERATE data.
Fixes: 8856ea79f3468d6f532f5f20e9b28c295d6e1db1
- - - - - 4b1bac1f by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound: Return the mmdevapi endpoint ID as module.
This is the expected behavior when dsound is implemented on top of mmdevapi (Vista+).
Fixes: 8856ea79f3468d6f532f5f20e9b28c295d6e1db1
- - - - - cd843399 by Matteo Bruni at 2025-11-13T22:21:20+01:00 dsound/tests: Mark weird DescriptionW propset failure on the AMD testbot machine.
- - - - -
9 changed files:
- dlls/dsound/buffer.c - dlls/dsound/capture.c - dlls/dsound/dsound_main.c - dlls/dsound/dsound_private.h - dlls/dsound/mixer.c - dlls/dsound/primary.c - dlls/dsound/propset.c - dlls/dsound/tests/dsound.c - dlls/dsound/tests/propset.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3a4c28d00bff6820b2fd458c95238a...