Trace output with PulseAudio:
```
0144:trace:mmdevapi:adjust_timing Requested duration 1000000 and period 0
0144:trace:mmdevapi:adjust_timing Device periods: 26666 default and 26666 minimum
0144:trace:mmdevapi:adjust_timing Adjusted duration 1000000 and period 100000
```
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5810
On Fri Jun 14 00:42:35 2024 +0000, Danyil Blyschak wrote:
> Should I change them? I did it this way since that's what
> `dlls/cabinet/fci.c` does (it similarly provides these functions to zlib).
No, that's fine.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/5845#note_73146
If a DSN is System wide, we need to write to the HKEY_LOCAL_MACHINE
part of the registry not HKEY_CURRENT_USER which it's currently doing.
--
v4: odbccp32: SQLWritePrivateProfileStringW check for existing DSN first
odbccp32: Support System wide ODBC DSN keys
https://gitlab.winehq.org/wine/wine/-/merge_requests/5812