[PATCH v3 0/2] MR337: winepulse: Return device-specific values for GetMixFormat and GetDevicePeriod

Andrew Eikum (@aeikum) wine at gitlab.winehq.org
Thu Jun 30 08:49:46 CDT 2022


On Thu Jun 30 13:49:45 2022 +0000, Andrew Eikum wrote:
> Current version (1e8b1b3195c832aafa4e6c2ab37d6d5b24e7b317) is failing to build:
> ```
> /home/aeikum/src/wine/dlls/winepulse.drv/pulse.c: In function ‘pulse_get_device_settings’:
> /home/aeikum/src/wine/dlls/winepulse.drv/pulse.c:750:26: error:
> ‘PhysDevice’ {aka ‘struct _PhysDevice’} has no member named ‘fmt’
>   750 |         params->fmt = dev->fmt;
>       |                          ^~
> /home/aeikum/src/wine/dlls/winepulse.drv/pulse.c:751:33: error:
> ‘PhysDevice’ {aka ‘struct _PhysDevice’} has no member named ‘def_period’
>   751 |         params->def_period = dev->def_period;
>       |                                 ^~
> /home/aeikum/src/wine/dlls/winepulse.drv/pulse.c:752:33: error:
> ‘PhysDevice’ {aka ‘struct _PhysDevice’} has no member named ‘min_period’
>   752 |         params->min_period = dev->min_period;
>       |                                 ^~
> make[1]: *** [Makefile:231696: dlls/winepulse.drv/pulse.o] Error 1
> ```
Woops, my mistake. Missed the first commit. Still getting used to this gitlab thing :)

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/337#note_3045



More information about the wine-devel mailing list