4 Jul
2022
4 Jul
'22
6:33 a.m.
Huw Davies (@huw) commented about dlls/winepulse.drv/unixlib.h:
UINT32 *padding; };
+struct get_mix_format_params +{ + const char *pulse_name; + struct pulse_config *config;
Passing the config struct back to the unixlib is ugly - the data is already cached there (in `pulse_fmt[]`), so use that. This also applies to the next commit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/337#note_3203