Michael Stefaniuc : dmime: The soft synth doesn't supports sharing the channel groups.

Alexandre Julliard julliard at winehq.org
Tue Feb 8 16:11:44 CST 2022


Module: wine
Branch: master
Commit: dd04b9472391b4271b40b074d19a6bfcadbf08dd
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=dd04b9472391b4271b40b074d19a6bfcadbf08dd

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Tue Feb  8 00:51:58 2022 +0100

dmime: The soft synth doesn't supports sharing the channel groups.

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dmime/performance.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c
index 554518c5d5b..58d16de234d 100644
--- a/dlls/dmime/performance.c
+++ b/dlls/dmime/performance.c
@@ -643,9 +643,6 @@ static HRESULT perf_dmport_create(IDirectMusicPerformance8Impl *perf, DMUS_PORTP
     if (FAILED(hr = IDirectMusic8_GetDefaultPort(perf->dmusic, &guid)))
         return hr;
 
-    params->dwValidParams |= DMUS_PORTPARAMS_SHARE;
-    params->fShare = TRUE;
-
     if (FAILED(hr = IDirectMusic8_CreatePort(perf->dmusic, &guid, params, &port, NULL)))
         return hr;
     if (FAILED(hr = IDirectMusicPort_Activate(port, TRUE))) {




More information about the wine-cvs mailing list