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
21
DESCRIPTION
23Reads one line from the buffer and stores the string.
24
RETURN
26Zero if successful, or 1 if error or EOF.
27
COPYRIGHT
29Kernel Hackers Manual 3.10 June 2019 SND_INFO_GET_LINE(9)