/*++ Copyright (c) Microsoft Corporation All Rights Reserved Module Name: speakertopo.h Abstract: Declaration of topology miniport for the speaker (internal). --*/ #ifndef _SYSVAD_SPDIFTOPO_H_ #define _SYSVAD_SPDIFTOPO_H_ NTSTATUS PropertyHandler_SpdifTopoFilter(_In_ PPCPROPERTY_REQUEST PropertyRequest); #endif // _SYSVAD_SPDIFTOPO_H_