ReactOS 0.4.16-dev-401-g45b008d
|
#include <sndblst.h>
Public Attributes | |
PDRIVER_OBJECT | driver |
PWSTR | registry_path |
PKINTERRUPT | interrupt |
ULONG | port |
ULONG | irq |
ULONG | dma |
ULONG | buffer_size |
USHORT | dsp_version |
ULONG _SOUND_BLASTER_PARAMETERS::buffer_size |
Definition at line 64 of file sndblst.h.
Referenced by InitializeSoundBlaster().
ULONG _SOUND_BLASTER_PARAMETERS::dma |
Definition at line 63 of file sndblst.h.
Referenced by InitializeSoundBlaster().
PDRIVER_OBJECT _SOUND_BLASTER_PARAMETERS::driver |
Definition at line 58 of file sndblst.h.
Referenced by InitializeSoundBlaster().
USHORT _SOUND_BLASTER_PARAMETERS::dsp_version |
Definition at line 65 of file sndblst.h.
Referenced by GetSoundBlasterModel(), and StartSoundOutput().
PKINTERRUPT _SOUND_BLASTER_PARAMETERS::interrupt |
Definition at line 60 of file sndblst.h.
Referenced by EnableIrq().
ULONG _SOUND_BLASTER_PARAMETERS::irq |
Definition at line 62 of file sndblst.h.
Referenced by EnableIrq(), and InitializeSoundBlaster().
ULONG _SOUND_BLASTER_PARAMETERS::port |
Definition at line 61 of file sndblst.h.
Referenced by InitializeSoundBlaster().
PWSTR _SOUND_BLASTER_PARAMETERS::registry_path |
Definition at line 59 of file sndblst.h.
Referenced by InitializeSoundBlaster().