[PATCH 2/4] dmime: The soft synth doesn't supports sharing the channel groups

Michael Stefaniuc mstefani at winehq.org
Mon Feb 7 17:51:58 CST 2022


Signed-off-by: Michael Stefaniuc <mstefani 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))) {
-- 
2.34.1




More information about the wine-devel mailing list