1SND_RAWMIDI_TRANSMIT(9)            MIDI API            SND_RAWMIDI_TRANSMIT(9)
2
3
4

NAME

6       snd_rawmidi_transmit_ack - acknowledge the transmission
7

SYNOPSIS

9       int snd_rawmidi_transmit_ack(struct snd_rawmidi_substream * substream,
10                                    int count);
11

ARGUMENTS

13       substream
14           the rawmidi substream
15
16       count
17           the tranferred count
18

DESCRIPTION

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
24       Returns the advanced size if successful, or a negative error code on
25       failure.
26
28Kernel Hackers Manual 2.6.         June 2019           SND_RAWMIDI_TRANSMIT(9)
Impressum