12 May
2023
12 May
'23
6:15 a.m.
Huw Davies (@huw) commented about dlls/winealsa.drv/alsa.c:
UINT64 position; snd_pcm_state_t alsa_state;
+ if (params->device) { + params->result = E_NOTIMPL; + return STATUS_SUCCESS; + } +
This will now fail silently so we'd want to have the `FIXME()` in here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2792#note_32576