#include <ntddk.h>
#include "sndblst.h"
Go to the source code of this file.
◆ BeginPlayback()
Definition at line 51 of file card.c.
53 DPRINT(
"BeginPlayback(%d, %d, %d, %d)\n", BasePort, BitDepth, Channels, BlockSize);
62 DPRINT(
"Initiating playback\n");
#define SB_WRITE_BYTE(bp, x)
Referenced by InitDevice().
◆ EnableSpeaker()
Definition at line 25 of file card.c.
27 DPRINT(
"Setting speaker status %d\n", SpeakerOn);
#define SB_WRITE_BYTE(bp, x)
#define SB_DISABLE_SPEAKER
#define SB_ENABLE_SPEAKER
◆ IsSpeakerEnabled()
Definition at line 36 of file card.c.
38 DPRINT(
"Obtaining speaker status\n");
#define SB_WRITE_BYTE(bp, x)
BOOLEAN WaitToReceive(ULONG BasePort)
#define SB_GET_SPEAKER_STATUS
◆ SetOutputSampleRate()
Definition at line 10 of file card.c.
13 DPRINT(
"Setting output sample rate\n");
#define SB_WRITE_BYTE(bp, x)
#define SB_SET_OUTPUT_RATE