Module: wine Branch: master Commit: b56d19d3a0a69d17da220c5f1535a313e7874969 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b56d19d3a0a69d17da220c5f1...
Author: Andrew Eikum aeikum@codeweavers.com Date: Tue Sep 10 10:55:16 2019 -0500
mmdevapi: Avoid reporting odd numbers of channels.
Fixes sound in Touhou Luna Nights with some surround sound configurations.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winealsa.drv/mmdevdrv.c | 16 ++++ dlls/winecoreaudio.drv/mmdevdrv.c | 195 +++++++++++++++++++++++++++++++++----- dlls/wineoss.drv/mmdevdrv.c | 16 ++++ dlls/winepulse.drv/mmdevdrv.c | 97 +++++++++++++++++-- 4 files changed, 295 insertions(+), 29 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b56d19d3a0a69d17da220...