--
v2: winecoreaudio: Switch to mmdevapi's unixlib.h.
winecoreaudio: Adapt "get_mix_format_params" struct to mmdevapi's.
winecoreaudio: Adapt "is_format_supported_params" struct to mmdevapi's.
winecoreaudio: Adapt "get_capture_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_render_buffer_params" struct to mmdevapi's.
winecoreaudio: Adapt "release_stream_params" struct to mmdevapi's.
winecoreaudio: Adapt "create_stream_params" struct to mmdevapi's.
winecoreaudio: Adapt "endpoint" struct to mmdevapi's.
winecoreaudio: Drop "unix_" prefix in unixlib enum, apply it to the functions instead.
mmdevapi: Integrate winecoreaudio's additions in unixlib.h.
https://gitlab.winehq.org/wine/wine/-/merge_requests/813
this gets the YSDrv service to start successfully (with the MmAllocateContiguousMemorySpecifyCache semi-stub)
this service is used by the nox android emulator
--
v17: ntoskrnl: Add KeInsertQueueDpc stub
https://gitlab.winehq.org/wine/wine/-/merge_requests/778