Module: wine Branch: master Commit: 47ee70a84e4cb50d33e2ab754aabab5032090434 URL: https://gitlab.winehq.org/wine/wine/-/commit/47ee70a84e4cb50d33e2ab754aabab5...
Author: Zebediah Figura zfigura@codeweavers.com Date: Wed Apr 19 13:30:31 2023 -0500
xactengine: Use the xaudio2 channel.
Unify this with the rest of xaudio.
---
dlls/xactengine3_7/xact_dll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/xactengine3_7/xact_dll.c b/dlls/xactengine3_7/xact_dll.c index f2737e0a9bd..b0f8ec13ac4 100644 --- a/dlls/xactengine3_7/xact_dll.c +++ b/dlls/xactengine3_7/xact_dll.c @@ -36,7 +36,7 @@ #include "wine/debug.h" #include "wine/rbtree.h"
-WINE_DEFAULT_DEBUG_CHANNEL(xact3); +WINE_DEFAULT_DEBUG_CHANNEL(xaudio2);
#if XACT3_VER < 0x0300 #define IID_IXACT3Engine IID_IXACTEngine