'\" t .\" Title: __snd_rawmidi_transmit_peek .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: MIDI API .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "__SND_RAWMIDI_TRANSM" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "MIDI API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" __snd_rawmidi_transmit_peek \- copy data from the internal buffer .SH "SYNOPSIS" .HP \w'int\ __snd_rawmidi_transmit_peek('u .BI "int __snd_rawmidi_transmit_peek(struct\ snd_rawmidi_substream\ *\ " "substream" ", unsigned\ char\ *\ " "buffer" ", int\ " "count" ");" .SH "ARGUMENTS" .PP \fIsubstream\fR .RS 4 the rawmidi substream .RE .PP \fIbuffer\fR .RS 4 the buffer pointer .RE .PP \fIcount\fR .RS 4 data size to transfer .RE .SH "DESCRIPTION" .PP This is a variant of \fBsnd_rawmidi_transmit_peek\fR without spinlock\&. .SH "COPYRIGHT" .br