Module: wine Branch: master Commit: c32898c722fd707fc0fbfe45fccac62dbb003fe5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c32898c722fd707fc0fbfe45f...
Author: Huw Davies huw@codeweavers.com Date: Wed Mar 2 10:53:16 2022 +0000
winealsa: Move timer_loop to the unixlib.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winealsa.drv/alsa.c | 240 +++++++++++++++++++++++++++++++++++++++++++ dlls/winealsa.drv/mmdevdrv.c | 229 ++++------------------------------------- dlls/winealsa.drv/unixlib.h | 9 +- 3 files changed, 268 insertions(+), 210 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c32898c722fd707fc0fbf...