From 0c44721f735527da5d9faa2281bf2bba0cb8e91c Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Wed, 5 Aug 2015 15:52:59 -0700 Subject: Remove obsolete readme.htm --- audio/sysvad/readme.htm | 396 ------------------------------------------------ 1 file changed, 396 deletions(-) delete mode 100644 audio/sysvad/readme.htm diff --git a/audio/sysvad/readme.htm b/audio/sysvad/readme.htm deleted file mode 100644 index a5e3563d..00000000 --- a/audio/sysvad/readme.htm +++ /dev/null @@ -1,396 +0,0 @@ - - - - - - - - -AEVAD Driver - - - - - - - -
- -

Microsoft Audio Engine Virtual -Audio Device (AEVAD) Driver

- -

SUMMARY

- -

This is a sample driver that demonstrates - how to develop a WDM audio driver that exposes support for audio offloading. The - driver uses a "virtual audio device" instead of an -actual hardware-based adapter and highlights the different -aspects of the audio offloading WDM audio driver architecture.

- -

Driver -developers can use the framework in this sample to implement offload support without concern -for hardware dependencies. The framework includes implementations of the -following interfaces:

- -

·         -The -CAdapterCommon interface gives the miniports access -to virtual mixer hardware. It also implements the IAdapterPowerManagement -interface.

- -

·         -The -CMiniportTopologySYSVAD interface is the base class for all sample topologies. It has -very basic common functions. In addition, this class contains common topology -property handlers.

- -

The following table shows -the features that are implemented in the various subdirectories of this sample.

- - - - - - - - - - -
-

Subdirectory

-
-

Description

-
-

aesamplewavert

-
- Basic audio offloading driver with independent microphone support.
- -

 

- -

BUILDING THE SAMPLE

- -

To build this sample, open the -VC++ project file (AESample.VcxProj) from the WDK sample content in Visual Studio Dev11.

WDK - -

The sample -must be manually installed.  It can be -installed via the devcon.exe tool, -which is available as a free download from http://support.microsoft.com/kb/311272, -or it can be installed programmatically via a third-party setup application.

- -

Devcon source code is also -included elsewhere in the WDK as a sample.

- -

DRIVER ISSUES

- -

No known issues

- -

CODE TOUR

- -

File Manifest

- -
File           Description
 
adapter.cpp    Connects the driver to the system
-
aevad.inf      Installation INF file for this sample
aevad.rc       Common resource file
-
aevadtest.h    Common header file for test cases
-
basetopo.cpp   Base topology class implementation
basetopo.h     Base topology class definition
common.cpp     Common object used by all miniport drivers
common.h       Header file for the common object
hw.cpp         Hardware abstraction of SYSVAD
hw.h           Hardware class definition
-
ihvprivatepropertyset.h Header for private KS property set example
kshelper.cpp   Kernel streaming utility function implementations
kshelper.h     Kernel streaming utility function definitions
sysvad.h        Common definitions
-
readme.htm     The documentation for this driver (this file)
sources.inc    Common sources file included by all sample drivers
-
unittestdata.h Definitions that can be used for unit testing
 
- -

Top of page

- -
 
- - - - - -
-

 

-
- -

© 2004 Microsoft Corporation

- -
- - - - -- cgit v1.3.1