19 Jul
2023
19 Jul
'23
4:25 p.m.
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) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3260#note_39492