1SND_RAWMIDI_TRANSMIT(9) MIDI API SND_RAWMIDI_TRANSMIT(9)
23
4
NAME
6snd_rawmidi_transmit_empty - check whether the output buffer is empty
7
SYNOPSIS
9int
10snd_rawmidi_transmit_empty(struct snd_rawmidi_substream * substream);
11
ARGUMENTS
13substream
14the rawmidi substream
15
DESCRIPTION
17Returns 1 if the internal output buffer is empty, 0 if not.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SND_RAWMIDI_TRANSMIT(9)