other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_INFO_GET_LINE(9) | Sound Devices | SND_INFO_GET_LINE(9) |
NAME¶
snd_info_get_line - read one line from the procfs bufferSYNOPSIS¶
int
snd_info_get_line(struct snd_info_buffer * buffer,
char * line, int len);
ARGUMENTS¶
bufferthe procfs buffer
line
the buffer to store
len
the max. buffer size
DESCRIPTION¶
Reads one line from the buffer and stores the string.RETURN¶
Zero if successful, or 1 if error or EOF.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |