Re: [PATCH v3 0/1] MR6251: wineoss.drv: Fix work with synth devices
15 Aug
2024
15 Aug
'24
5:21 a.m.
Huw Davies (@huw) commented about dlls/wineoss.drv/ossmidi.c:
BOOL bEnabled; MIDIOPENDESC midiDesc; BYTE runningStatus; + BYTE dev; /* OSS dev id. */
```suggestion:-0+0 int dev; /* OSS device */ ``` Also, please change the commit message to something like: ``` wineoss: Store the OSS device in midi_dest. This avoids having to calculate the OSS device from the Windows dev_id. ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6251#note_78829
492
Age (days ago)
492
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)