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
24 Returns the updated pointer of the original string so that it can be
25 used for the next call.
26
28Kernel Hackers Manual 2.6. November 2011 SND_INFO_GET_STR(9)