22 Jun
2023
22 Jun
'23
9:26 a.m.
Huw Davies (@huw) commented about dlls/winepulse.drv/mmdevdrv.c:
return AUDCLNT_E_ALREADY_INITIALIZED; }
- if (FAILED(hr = main_loop_start())) + if (FAILED(params.result = main_loop_start())) { sessions_unlock(); - return hr; + return params.result; }
+ channel_count = fmt->nChannels; +
Not sure what this is doing here, since it's getting removed in the next commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3112#note_36560