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

RETURN

26       Zero if successful, or 1 if error or EOF.
27
29Kernel Hackers Manual 3.10         June 2019              SND_INFO_GET_LINE(9)
Impressum