.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_RAWMIDI_TRANSMIT_ACK" "" "06 October 2005" "" ""
.SH NAME
snd_rawmidi_transmit_ack \- acknowledge the transmission
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_rawmidi_transmit_ack (snd_rawmidi_substream_t * \fIsubstream\fB, int \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsubstream\fB\fR
the rawmidi substream
.TP
\fB\fIcount\fB\fR
the tranferred count
.SH "DESCRIPTION"
.PP
Advances the hardware pointer for the internal output buffer with
the given size and updates the condition.
Call after the transmission is finished.
.PP
Returns the advanced size if successful, or a negative error code on failure.