20 Jan
2026
20 Jan
'26
9:53 a.m.
On Tue Jan 20 15:50:18 2026 +0000, Paul Gofman wrote:
Extra type variable looks excessive, also flow can be only eRender or eCapture here. So probably just ```pv.pwszVal = (LPWSTR)(flow == eCapture ? L"Microphone" : L"Speakers")```? Oh, I see type is used below, so nvm then (while can still probably drop "Other type").
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9915#note_127414