other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| SND_IPRINTF(9) | Sound Devices | SND_IPRINTF(9) |
NAME¶
snd_iprintf - printf on the procfs bufferSYNOPSIS¶
int
snd_iprintf(struct snd_info_buffer * buffer,
const char * fmt, ...);
ARGUMENTS¶
bufferthe procfs buffer
fmt
the printf format
...
variable arguments
DESCRIPTION¶
Outputs the string on the procfs buffer just like printf.RETURN¶
The size of output string, or a negative error code.COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |