Huw Davies (@huw) commented about dlls/mmdevapi/mmdevdrv.h:
- struct list entry;
+} AudioSession;
+typedef struct AudioSessionWrapper {
- IAudioSessionControl2 IAudioSessionControl2_iface;
- IChannelAudioVolume IChannelAudioVolume_iface;
- ISimpleAudioVolume ISimpleAudioVolume_iface;
- LONG ref;
- ACImpl *client;
- AudioSession *session;
+} AudioSessionWrapper;
+typedef struct SessionMgr {
```suggestion:-0+0 typedef struct session_mgr { ```