Module: wine Branch: master Commit: de390015529ea888809e0858e4bf0c8b948b1506 URL: https://source.winehq.org/git/wine.git/?a=commit;h=de390015529ea888809e0858e...
Author: Huw Davies huw@codeweavers.com Date: Tue Nov 23 07:54:59 2021 +0000
winecoreaudio: Add a temporary capture_resample syscall.
Eventually everything that calls this will reside in the unixlib.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winecoreaudio.drv/coreaudio.c | 105 +++++++++++++++++++++++++++++++++++++ dlls/winecoreaudio.drv/mmdevdrv.c | 102 +---------------------------------- dlls/winecoreaudio.drv/unixlib.h | 2 + 3 files changed, 108 insertions(+), 101 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=de390015529ea888809e0...