1SND_INFO_GET_LINE(9)             Proc Info API            SND_INFO_GET_LINE(9)
2
3
4

NAME

6       snd_info_get_line - read one line from the procfs buffer
7

SYNOPSIS

9       int snd_info_get_line(struct snd_info_buffer * buffer, char * line,
10                             int len);
11

ARGUMENTS

13       buffer
14           the procfs buffer
15
16       line
17           the buffer to store
18
19       len
20           the max. buffer size
21

DESCRIPTION

23       Reads one line from the buffer and stores the string.
24
25       Returns zero if successful, or 1 if error or EOF.
26
28Kernel Hackers Manual 2.6.         June 2019              SND_INFO_GET_LINE(9)
Impressum