March 20, 2026
10:30 a.m.
To make handling this easier, is it ok to squash it into one patch, and add a "Co-authored-by: Giovanni Mascellani gmascellani@codeweavers.com"?
Sure, that's what I intended.
Is this probably an issue of `WINMM_OpenDevice` by handling all `info->format->wFormatTag` different than `WAVE_FORMAT_PCM` with a `malloc(sizeof(WAVEFORMATEX) + info->format->cbSize)`?
Right. Well, let's just move the `cbSize` check before copying the format. I updated the fixup in my branch, can you have another run with it? Thanks for the patience! :-) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10326#note_132980