7 Jun
2023
7 Jun
'23
7:06 a.m.
Davide Beatrici (@davidebeatrici) commented about dlls/winecoreaudio.drv/mmdevdrv.c:
{ ACImpl *This = impl_from_IAudioClient3(iface); struct start_params params; - HRESULT hr;
TRACE("(%p)\n", This);
- if(!This->stream) - return AUDCLNT_E_NOT_INITIALIZED; + sessions_lock(); + + if (!This->stream) { Is the added spacing alright? I didn't notice when committing (the code is copied from `winepulse`).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2994#note_34892