diff options
| author | Daniel Rugerio <[email protected]> | 2020-09-10 11:28:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-10 11:28:09 -0700 |
| commit | 28f8fc7638b9149e05a7b15ec11cc08f9e6d7e86 (patch) | |
| tree | fe5ec1c3cf077556b1f5cf7ffff80e2f29b75c68 /audio/sysvad/common.h | |
| parent | aaeca58c5e7b67740a603a3150db225670b42bb6 (diff) | |
Updates to SysVAD (#527)193191
* Fixed build errors when disabling sideband,
* A note about the SysVAD sample and HLK testing.
Diffstat (limited to 'audio/sysvad/common.h')
| -rw-r--r-- | audio/sysvad/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/sysvad/common.h b/audio/sysvad/common.h index 794b3797..8ce0a866 100644 --- a/audio/sysvad/common.h +++ b/audio/sysvad/common.h @@ -206,6 +206,7 @@ typedef struct _PIN_DEVICE_FORMATS_AND_MODES } PIN_DEVICE_FORMATS_AND_MODES, *PPIN_DEVICE_FORMATS_AND_MODES; + // // Parameter module handler function prototypes. // @@ -670,7 +671,9 @@ DECLARE_INTERFACE_(IAdapterCommon, IUnknown) STDMETHOD_(VOID, Cleanup)(); +#ifdef SYSVAD_USB_SIDEBAND STDMETHOD_(NTSTATUS, UpdatePowerRelations)(_In_ PIRP Irp); +#endif // SYSVAD_USB_SIDEBAND STDMETHOD_(NTSTATUS, NotifyEndpointPair) ( |
