Module: wine Branch: master Commit: 7494328896f3c5a4e3020fac368ae4a74d470dbf URL: https://source.winehq.org/git/wine.git/?a=commit;h=7494328896f3c5a4e3020fac3...
Author: Huw Davies huw@codeweavers.com Date: Wed Mar 23 08:16:55 2022 +0000
winealsa: Move the midi event handlers to the unixlib.
The MIM_DATA and MIM_LONGDATA notifications are sent via the notification thread. The midi_handle_event syscall is temporary.
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 | 2 +- dlls/winealsa.drv/alsamidi.c | 172 ++++++++++++++++++++++++++++++++++++++++--- dlls/winealsa.drv/midi.c | 129 +------------------------------- dlls/winealsa.drv/unixlib.h | 4 +- 4 files changed, 167 insertions(+), 140 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7494328896f3c5a4e3020...