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