Module: wine Branch: master Commit: 8656ec92dff916487c91ab09ebb9666c50357e89 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8656ec92dff916487c91ab09e...
Author: Huw Davies huw@codeweavers.com Date: Tue Mar 15 16:19:00 2022 +0000
winealsa: Store the snd_seq handle and the input port in the device data.
This is to avoid accessing more global variables and generally makes things a bit cleaner.
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/midi.c | 85 ++++++++++++++++++++++++--------------------- dlls/winealsa.drv/unixlib.h | 3 ++ 2 files changed, 49 insertions(+), 39 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8656ec92dff916487c91a...