ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
NTSTATUS | SbDspReset (IN PUCHAR BasePort, IN ULONG Timeout) |
NTSTATUS | SbDspWaitToWrite (IN PUCHAR BasePort, IN ULONG Timeout) |
NTSTATUS | SbDspWaitToRead (IN PUCHAR BasePort, IN ULONG Timeout) |
NTSTATUS | SbDspWrite (IN PUCHAR BasePort, IN UCHAR DataByte, IN ULONG Timeout) |
NTSTATUS | SbDspRead (IN PUCHAR BasePort, OUT PUCHAR DataByte, IN ULONG Timeout) |
Definition at line 120 of file dsp_io.c.
Referenced by SbDspGetVersion(), and SbDspIsSpeakerEnabled().
Definition at line 19 of file dsp_io.c.
Definition at line 81 of file dsp_io.c.
Referenced by SbDspRead().
Definition at line 63 of file dsp_io.c.
Referenced by SbDspWrite().
Definition at line 99 of file dsp_io.c.
Referenced by SbDsp4SetInputRate(), SbDsp4SetOutputRate(), SbDsp4WriteRate(), SbDspDisableSpeaker(), SbDspEnableSpeaker(), SbDspGetVersion(), and SbDspIsSpeakerEnabled().