1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/*++ Copyright (c) Microsoft Corporation All Rights Reserved Module Name: speakertopo.h Abstract: Declaration of topology miniport for the speaker (internal). --*/ #ifndef _SYSVAD_SPEAKERTOPO_H_ #define _SYSVAD_SPEAKERTOPO_H_ NTSTATUS PropertyHandler_SpeakerTopoFilter(_In_ PPCPROPERTY_REQUEST PropertyRequest); #endif // _SYSVAD_SPEAKERTOPO_H_