sync with trunk (r49238)
[reactos.git] / drivers / wdm / audio / backpln / portcls / port_wavepci.cpp
index 7e55116..ec451fe 100644 (file)
@@ -324,6 +324,9 @@ CPortWavePci::Init(
         m_ServiceGroup->AddRef();
     }
 
+    // store for node property requests
+    m_SubDeviceDescriptor->UnknownMiniport = UnknownMiniport;
+
     // check if it supports IPinCount interface
     Status = UnknownMiniport->QueryInterface(IID_IPinCount, (PVOID*)&PinCount);
     if (NT_SUCCESS(Status))