1SND_INFO_GET_STR(9) Proc Info API SND_INFO_GET_STR(9)
2
3
4
6 snd_info_get_str - parse a string token
7
9 const char * snd_info_get_str(char * dest, const char * src, int len);
10
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
22 Parses the original string and copy a token to the given string buffer.
23
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)