We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f103183 commit 68e6cafCopy full SHA for 68e6caf
1 file changed
SynchronousAudioRouter/control.cpp
@@ -696,6 +696,8 @@ NTSTATUS SarCreateEndpoint(
696
goto err_out;
697
}
698
699
+ deviceIdAllocated = TRUE;
700
+
701
// Windows 10 introduces a 'format cache' which at this time appears to
702
// not fully invalidate itself when KSEVENT_PINCAPS_FORMATCHANGE is
703
// sent. Work around this by encoding information about the sample rate,
0 commit comments