29 May
2024
29 May
'24
12:57 p.m.
On Wed May 29 12:57:17 2024 +0000, Davide Beatrici wrote:
```c ../dlls/winealsa.drv/alsa.c:88:29: error: 'min_period' defined but not used [-Werror=unused-const-variable=] 88 | static const REFERENCE_TIME min_period = 50000; | ^~~~~~~~~~ ``` https://gitlab.winehq.org/wine/wine/-/blob/3fa9023bf61e6dd17e997b5ed3ec8c27c... @huw Should I change this to set the minimum period like the other backends do?
Let's add a separate commit, at the beginning of this series, to change alsa's `get_device_period()` to return `min_period`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5564#note_71631