winepulse.drv: Use the official PulseAudio case for the endpoint id.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
50439d5ac1
commit
18b98df060
|
@ -147,7 +147,7 @@ struct ACImpl {
|
|||
AudioSessionWrapper *session_wrapper;
|
||||
};
|
||||
|
||||
static const WCHAR defaultW[] = L"Pulseaudio";
|
||||
static const WCHAR defaultW[] = L"PulseAudio";
|
||||
|
||||
static const IAudioClient3Vtbl AudioClient3_Vtbl;
|
||||
static const IAudioRenderClientVtbl AudioRenderClient_Vtbl;
|
||||
|
|
Loading…
Reference in New Issue