ReactOS 0.4.15-dev-8100-g1887773
_SOUND_BLASTER_PARAMETERS Struct Reference

#include <sndblst.h>

Collaboration diagram for _SOUND_BLASTER_PARAMETERS:

Public Attributes

PDRIVER_OBJECT driver
 
PWSTR registry_path
 
PKINTERRUPT interrupt
 
ULONG port
 
ULONG irq
 
ULONG dma
 
ULONG buffer_size
 
USHORT dsp_version
 

Detailed Description

Definition at line 56 of file sndblst.h.

Member Data Documentation

◆ buffer_size

ULONG _SOUND_BLASTER_PARAMETERS::buffer_size

Definition at line 64 of file sndblst.h.

Referenced by InitializeSoundBlaster().

◆ dma

ULONG _SOUND_BLASTER_PARAMETERS::dma

Definition at line 63 of file sndblst.h.

Referenced by InitializeSoundBlaster().

◆ driver

PDRIVER_OBJECT _SOUND_BLASTER_PARAMETERS::driver

Definition at line 58 of file sndblst.h.

Referenced by InitializeSoundBlaster().

◆ dsp_version

USHORT _SOUND_BLASTER_PARAMETERS::dsp_version

Definition at line 65 of file sndblst.h.

Referenced by GetSoundBlasterModel(), and StartSoundOutput().

◆ interrupt

PKINTERRUPT _SOUND_BLASTER_PARAMETERS::interrupt

Definition at line 60 of file sndblst.h.

Referenced by EnableIrq().

◆ irq

ULONG _SOUND_BLASTER_PARAMETERS::irq

Definition at line 62 of file sndblst.h.

Referenced by EnableIrq(), and InitializeSoundBlaster().

◆ port

ULONG _SOUND_BLASTER_PARAMETERS::port

Definition at line 61 of file sndblst.h.

Referenced by InitializeSoundBlaster().

◆ registry_path

PWSTR _SOUND_BLASTER_PARAMETERS::registry_path

Definition at line 59 of file sndblst.h.

Referenced by InitializeSoundBlaster().


The documentation for this struct was generated from the following file: