Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Audio
Roadmaps
 Roadmap for Developing WDM Audio Dr...

  Switch on low bandwidth view
Windows Driver Kit: Audio Devices
Roadmap for Developing WDM Audio Drivers

Audio drivers are based on the Windows driver model (WDM).

To create a WDM audio driver, perform the following steps:

  • Step 1: Learn about Windows architecture and drivers.

    You must understand the fundamentals of how drivers work in Windows operating systems. Knowing the fundamentals will help you make appropriate design decisions and allow you to streamline your development process. See Understanding Driver and Operating System Basics.

  • Step 2: Learn the fundamentals of WDM audio drivers.

    Audio drivers in the Windows operating system versions from Windows 98 to Windows Vista conform to WDM and make use of kernel streaming components. To understand the driver design decisions you must make, see Kernel Streaming, Getting Started with WDM Audio Drivers and Introduction to WDM Audio Drivers.

  • Step 3: Determine additional WDM audio driver design decisions.

    For information about how to make design decisions, see Custom Audio Drivers, Audio Data Formats and Data Ranges, Choosing a Wave Port Driver, and WaveRT.

  • Step 4: Learn about the Windows driver build, test, and debug processes and tools.

    Building a driver is not the same as building a user-mode application. See Building, Debugging, and Testing Drivers for information about Windows driver build, debug, and test processes, driver signing, and Windows Logo testing. See Driver Development Tools for information about building, testing, verifying, and debugging tools.


  • Step 5: Learn about WDM audio in Windows Vista.

    The WDM audio driver for Windows Vista does not perform any digital signal processing. Signal processing in Windows Vista is performed by audio processing objects. See System Effects Audio Processing Objects in the Windows Driver Kit (WDK).

  • Step 6: Review audio driver samples in the WDK.

    To access and review the audio driver samples in the WDK, see Audio Samples.

  • Step 7: Make design decisions about your WDM audio driver.

    See Audio Miniport Drivers and COM in the Kernel.

  • Step 8: Develop, build, test, and debug your WDM audio driver.

    For information about how to develop an audio driver for your specific audio adapter, see Adapter Driver Construction. See Overview of Build, Debug, and Test Process for information about iterative building, testing, and debugging. This process will help ensure that you build a driver that works.

  • Step 9: Create a driver package for your WDM audio driver.

    For more information, see Providing a Driver Package. For information about how to install an audio adapter, see Installing a Port Class Audio Adapter.

  • Step 10: Sign and distribute your WDM audio driver.

    The final step is to sign (optional) and distribute the driver. If your driver meets the quality standards that are defined for the Microsoft Windows Logo program, you can distribute it through Microsoft's Windows Update program. For more information, see Distributing a Driver.

These are the basic steps. Additional steps might be necessary based on the needs of your individual driver.


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker