ports/emulators/wine-proton/files/patch-dlls__winepulse.drv__mmdevdrv.c
Aleksander Slomka bbad8ab905 emulators/wine-proton: Update to 7.0.4
Co-authored-by: Bartek Jasicki <thindil@laeran.pl>
Co-authored-by: Alex S <iwtcex@gmail.com>

Changelog: https://github.com/ValveSoftware/wine/blob/proton_7.0/ANNOUNCE

PR:		263196
2022-11-23 21:17:37 +01:00

11 lines
569 B
C

--- dlls/winepulse.drv/mmdevdrv.c.orig 2022-08-04 16:21:59.000000000 +0300
+++ dlls/winepulse.drv/mmdevdrv.c 2022-11-10 05:43:39.850396000 +0300
@@ -499,7 +499,7 @@ int WINAPI AUDDRV_GetPriority(void)
params.config = &pulse_config;
pulse_call(test_connect, &params);
free(name);
- return SUCCEEDED(params.result) ? Priority_Preferred : Priority_Unavailable;
+ return SUCCEEDED(params.result) ? Priority_Neutral : Priority_Unavailable;
}
static BOOL get_pulse_name_by_guid(const GUID *guid, char pulse_name[MAX_PULSE_NAME_LEN], EDataFlow *flow)