```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?