diff options
| author | Daniel Rugerio <[email protected]> | 2025-11-25 11:00:04 -0800 |
|---|---|---|
| committer | Daniel Rugerio <[email protected]> | 2025-12-15 14:00:37 -0800 |
| commit | 6fa87d3bef7972f7fac034adb68cd856f69c8607 (patch) | |
| tree | 90ddf9e506b651c81dd803e0a9cc04af5db24a79 /audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h | |
| parent | 1d89a1513f519f62226f84a3131916ab2fd0c3ef (diff) | |
New SDCAVAD sample.
Diffstat (limited to 'audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h')
| -rw-r--r-- | audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h b/audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h new file mode 100644 index 00000000..17fbfc4d --- /dev/null +++ b/audio/SoundWire/Samples/SdcaVad/SdcaVXu/ModuleCircuit.h @@ -0,0 +1,32 @@ +/*++ + +Copyright (c) Microsoft Corporation. All rights reserved. + + THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY + KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR + PURPOSE. + +Module Name: + + ModuleCircuit.h + +Abstract: + + Raw PDO for ACX circuits. This file contains routines to create Device + and handle pnp requests + +Environment: + + Kernel mode + +--*/ + +#pragma once + +PAGED_CODE_SEG +NTSTATUS +SdcaXu_CreateModuleCircuit( + _In_ WDFDEVICE Device +); + |
