1SND_INFO_GET_LINE(9) Proc Info API SND_INFO_GET_LINE(9)
23
4
NAME
6snd_info_get_line - read one line from the procfs buffer
7
SYNOPSIS
9int snd_info_get_line(struct snd_info_buffer * buffer, char * line,
10int len);
11
ARGUMENTS
13buffer
14the procfs buffer
1516
line
17the buffer to store
1819
len
20the max. buffer size - 1
21
DESCRIPTION
23Reads one line from the buffer and stores the string.
2425
Returns zero if successful, or 1 if error or EOF.
26
COPYRIGHT
28Kernel Hackers Manual 2.6. November 2011 SND_INFO_GET_LINE(9)