summaryrefslogtreecommitdiff
path: root/audio/sysvad/EndpointsCommon/mintopo.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sysvad/EndpointsCommon/mintopo.h')
-rw-r--r--audio/sysvad/EndpointsCommon/mintopo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/sysvad/EndpointsCommon/mintopo.h b/audio/sysvad/EndpointsCommon/mintopo.h
index e232e1d7..e73cdd04 100644
--- a/audio/sysvad/EndpointsCommon/mintopo.h
+++ b/audio/sysvad/EndpointsCommon/mintopo.h
@@ -137,9 +137,16 @@ public:
_In_opt_ PVOID Context
);
#endif // SYSVAD_BTH_BYPASS
+
+ PVOID GetDeviceContext() { return m_DeviceContext; }
};
typedef CMiniportTopology *PCMiniportTopology;
+NTSTATUS CMiniportTopology_EventHandler_JackState
+(
+ _In_ PPCEVENT_REQUEST EventRequest
+);
+
#endif // _SYSVAD_MINTOPO_H_