summaryrefslogtreecommitdiff
path: root/audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp
diff options
context:
space:
mode:
authorDaniel Rugerio <[email protected]>2021-08-13 15:05:12 -0700
committerGitHub <[email protected]>2021-08-13 15:05:12 -0700
commit7895dd22785ddba5e973662ed942be3b3452b89d (patch)
tree5c4572d5bfd076d3776a88c5757e37f3ed50c0e7 /audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp
parentdf47b2d284558fa9aacd19257153037e4ebba60e (diff)
audio: Updates for Windows 10 22000 (#655)
* Updates for Windows 10 22000. * Change how WIL is consumed.
Diffstat (limited to 'audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp')
-rw-r--r--audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp b/audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp
index 21d5fa8c..e6899e36 100644
--- a/audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp
+++ b/audio/sysvad/EndpointsCommon/usbhsspeakertopo.cpp
@@ -56,12 +56,6 @@ Return Value:
//
NTSTATUS ntStatus = STATUS_INVALID_DEVICE_REQUEST;
- //
- // This line shows how to get a pointer to the miniport topology object.
- //
- PCMiniportTopology pMiniport = (PCMiniportTopology)PropertyRequest->MajorTarget;
- UNREFERENCED_VAR(pMiniport);
-
if (IsEqualGUIDAligned(*PropertyRequest->PropertyItem->Set, KSPROPSETID_Jack))
{
switch(PropertyRequest->PropertyItem->Id)