Revert an experimental fix for WASAPI automatic stream routing.

This commit is contained in:
David Reid
2021-02-01 17:22:17 +10:00
parent 1bd587e59f
commit bb63705a5a
+1 -1
View File
@@ -13642,7 +13642,7 @@ static HRESULT STDMETHODCALLTYPE ma_IMMNotificationClient_OnDefaultDeviceChanged
#ifdef MA_DEBUG_OUTPUT
printf("[WASAPI] Stream rerouting: role != eConsole\n");
#endif
/*return S_OK;*/
return S_OK;
}
/* We only care about devices with the same data flow and role as the current device. */