/*++ Copyright (c) 1993 Microsoft Corporation Module Name: hardware.h Abstract: This include file defines constants and types for the Microsoft sound system card. Author: Robin Speed (RobinSp) 20-Oct-93 Revision History: --*/ /* multimedia product ID specification, etc. */ #define MID_MICROSOFT (MM_MICROSOFT) #define DRV_VERSION (0x200) #define PID_WAVEIN (MM_MSFT_WSS_NT_WAVEIN) #define PID_WAVEOUT (MM_MSFT_WSS_NT_WAVEOUT) #define PID_SYNTH (MM_MSFT_WSS_NT_FMSYNTH_STEREO) #define PID_MIXER (MM_MSFT_WSS_NT_MIXER) #define PID_AUX (MM_MSFT_WSS_NT_AUX)