Acknowledge the transmission
int __snd_rawmidi_transmit_ack(struct snd_rawmidi_substream * substream, int count);
substream
the rawmidi substream
count
the transferred count
This is a variant of __snd_rawmidi_transmit_ack without spinlock.