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

NAME

6       snd_info_get_str - parse a string token
7

SYNOPSIS

9       const char * snd_info_get_str(char * dest, const char * src, int len);
10

ARGUMENTS

12       dest
13           the buffer to store the string token
14
15       src
16           the original string
17
18       len
19           the max. length of token - 1
20

DESCRIPTION

22       Parses the original string and copy a token to the given string buffer.
23

RETURN

25       The updated pointer of the original string so that it can be used for
26       the next call.
27
29Kernel Hackers Manual 3.10         June 2019               SND_INFO_GET_STR(9)
Impressum