hdsp_read
position = hdsp_read(hdsp, HDSP_statusRegister);
return hdsp_read(hdsp, HDSP_midiDataIn1);
return hdsp_read(hdsp, HDSP_midiDataIn0);
return (hdsp_read(hdsp, HDSP_midiStatusIn1) & 0xff);
return (hdsp_read(hdsp, HDSP_midiStatusIn0) & 0xff);
fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut1) & 0xff;
fifo_bytes_used = hdsp_read(hdsp, HDSP_midiStatusOut0) & 0xff;
unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);
int status2 = hdsp_read(hdsp, HDSP_status2Register);
int status = hdsp_read(hdsp, HDSP_statusRegister);
int status = hdsp_read(hdsp, HDSP_statusRegister);
int status = hdsp_read(hdsp, HDSP_statusRegister);
status = hdsp_read(hdsp, HDSP_statusRegister);
status2 = hdsp_read(hdsp, HDSP_status2Register);
snd_iprintf(buffer, "FIFO status: %d\n", hdsp_read(hdsp, HDSP_fifoStatus) & 0xff);
snd_iprintf(buffer, "MIDI1 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut0));
snd_iprintf(buffer, "MIDI1 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn0));
snd_iprintf(buffer, "MIDI2 Output status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusOut1));
snd_iprintf(buffer, "MIDI2 Input status: 0x%x\n", hdsp_read(hdsp, HDSP_midiStatusIn1));
status = hdsp_read(hdsp, HDSP_statusRegister);
midi0status = hdsp_read (hdsp, HDSP_midiStatusIn0) & 0xff;
midi1status = hdsp_read (hdsp, HDSP_midiStatusIn1) & 0xff;
if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
if (hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DoubleSpeedStatus)
status = hdsp_read(hdsp, HDSP_statusRegister);
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
if (0 == (hdsp_read(hdsp, HDSP_statusRegister) &
if (hdsp_read(hdsp, HDSP_statusRegister) & HDSP_ConfigError)
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version2)
else if (hdsp_read(hdsp, HDSP_status2Register) & HDSP_version1)
if ((hdsp_read (hdsp, HDSP_statusRegister) & HDSP_DllError) != 0) {
if ((int)(hdsp_read (hdsp, HDSP_fifoStatus) & 0xff) <= count)
unsigned int status = hdsp_read(hdsp, HDSP_statusRegister);
unsigned int status2 = hdsp_read(hdsp, HDSP_status2Register);