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