Module: wine Branch: master Commit: dd04b9472391b4271b40b074d19a6bfcadbf08dd URL: https://source.winehq.org/git/wine.git/?a=commit;h=dd04b9472391b4271b40b074d...
Author: Michael Stefaniuc mstefani@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@winehq.org Signed-off-by: Alexandre Julliard julliard@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))) {