Module: wine Branch: master Commit: 4195b3465cae4f867df886942a1e83cd2553fe3d URL: https://source.winehq.org/git/wine.git/?a=commit;h=4195b3465cae4f867df886942... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Mar 2 10:53:15 2022 +0000 winealsa: Add a temporary write_best_effort syscall. This will allow the timing loop to move over without needing to move "start" at the same time. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Andrew Eikum <aeikum(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/winealsa.drv/alsa.c | 237 ++++++++++++++++++++++++++++++++++++++++++- dlls/winealsa.drv/mmdevdrv.c | 230 ++--------------------------------------- dlls/winealsa.drv/unixlib.h | 10 ++ 3 files changed, 252 insertions(+), 225 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4195b3465cae4f867df88...