Jeffrey Smith (@whydoubt) commented about dlls/winealsa.drv/mmdevdrv.c:
return S_OK;
}
-extern void session_init_vols(AudioSession *session, UINT channels);
-extern AudioSession *session_create(const GUID *guid, IMMDevice *device,
UINT num_channels);
/* if channels == 0, then this will return or create a session with
- matching dataflow and GUID. otherwise, channels must also match */
I think it would be better to only have one copy of this comment, where the function is defined. (same comment for pulse, coreaudio, oss)