1SND_IPRINTF(9) Proc Info API SND_IPRINTF(9)
23
4
NAME
6snd_iprintf - printf on the procfs buffer
7
SYNOPSIS
9int snd_iprintf(struct snd_info_buffer * buffer, const char * fmt,
10...);
11
ARGUMENTS
13buffer
14the procfs buffer
1516
fmt
17the printf format
1819
...
20variable arguments
21
DESCRIPTION
23Outputs the string on the procfs buffer just like printf.
2425
Returns the size of output string.
26
COPYRIGHT
28Kernel Hackers Manual 2.6. November 2011 SND_IPRINTF(9)