17 Aug
2022
17 Aug
'22
8:58 a.m.
Huw Davies (@huw) commented about dlls/winepulse.drv/unixlib.h:
struct create_stream_params { const char *name; - const char *pulse_name; - EDataFlow dataflow; - AUDCLNT_SHAREMODE mode; + const char *device; + EDataFlow flow; + AUDCLNT_SHAREMODE share; DWORD flags; REFERENCE_TIME duration; const WAVEFORMATEX *fmt; This is missing the additon of a `period` element.
This becomes evident after the final commit in this MR when the (new style) wow64 32-bit tests fail. Please try to test those in the future. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/658#note_6402