Re: [PATCH v4 0/7] MR3027: wine{alsa,coreaudio,oss,pulse}: Move AudioClient's Initialize into mmdevapi.
9 Jun
2023
9 Jun
'23
11:56 a.m.
Huw Davies (@huw) commented about dlls/winecoreaudio.drv/mmdevdrv.c:
+ DeleteCriticalSection(&g_sessions_lock); break; } return TRUE; }
+static DWORD CALLBACK main_loop_func(void *event) +{ + struct main_loop_params params; + + SetThreadDescription(GetCurrentThread(), L"coreaudio_main"); + + params.event = event; + + ALSA_CALL(main_loop, ¶ms);
UNIX_CALL(main_loop, ¶ms);
(and in the next commit) But also there seem to be a lot of small pointless differences (mainly in whitespace) between the new implementations in the non-pulse drivers and the existing one in the pulse driver. That means the merge commits have unnecessary changes. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3027#note_35262
925
Age (days ago)
925
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)