共用方式為


Audio Driver Catalog Items (Compact 7)

3/12/2014

Learn how to add audio device driver support to Windows Embedded Compact 7.

Introduction

In Windows Embedded Compact 7, you can include support for one or more of the audio device drivers available in the catalog, or you can implement your own audio device driver. Compact 7 supports audio drivers that use the model device driver (MDD)/platform dependent driver (PDD) model.

For more information, see Audio Drivers.

For more information about how to add or remove catalog items, see Design Your First OS.

Hardware and Software Requirements

Catalog Items

The following table describes the catalog items and associated board support package (BSP) environment variables you can use to add support for audio drivers to your OS.

Catalog item BSP environment variable Description Dependencies

Ensoniq ES1371

BSP_WAVEDEV_ES1371

Provides the Ensoniq ES1371 PCI audio driver.

Requires an Ensoniq ES1371 sound card.

Wavedev2 Ensoniq

BSP_WAVEDEV_WAVEDEV2_ENSONIQ

Provides the Wavedev2 Ensoniq PCI audio driver.

Requires an Ensoniq ES1371 sound card.

Wavedev2 Virtual

BSP_WAVEDEV_WAVEDEV2_VIRTUAL

Provides the Wavedev2 Virtual audio driver.

None.

See Also

Other Resources

Audio Drivers