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.