Commit bb63705a authored by David Reid's avatar David Reid

Revert an experimental fix for WASAPI automatic stream routing.

parent 1bd587e5
...@@ -13642,7 +13642,7 @@ static HRESULT STDMETHODCALLTYPE ma_IMMNotificationClient_OnDefaultDeviceChanged ...@@ -13642,7 +13642,7 @@ static HRESULT STDMETHODCALLTYPE ma_IMMNotificationClient_OnDefaultDeviceChanged
#ifdef MA_DEBUG_OUTPUT #ifdef MA_DEBUG_OUTPUT
printf("[WASAPI] Stream rerouting: role != eConsole\n"); printf("[WASAPI] Stream rerouting: role != eConsole\n");
#endif #endif
/*return S_OK;*/ return S_OK;
} }
/* We only care about devices with the same data flow and role as the current device. */ /* We only care about devices with the same data flow and role as the current device. */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment