1SND_RAWMIDI_TRANSMIT(9) MIDI API SND_RAWMIDI_TRANSMIT(9)
2
3
4
6 snd_rawmidi_transmit_ack - acknowledge the transmission
7
9 int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream * substream,
10 int count);
11
13 substream
14 the rawmidi substream
15
16 count
17 the transferred count
18
20 Advances the hardware pointer for the internal output buffer with the
21 given size and updates the condition. Call after the transmission is
22 finished.
23
25 The advanced size if successful, or a negative error code on failure.
26
28Kernel Hackers Manual 3.10 June 2019 SND_RAWMIDI_TRANSMIT(9)