Printf on the procfs buffer
int snd_iprintf(struct snd_info_buffer * buffer, const char * fmt, ...);
buffer
the procfs buffer
fmt
the printf format
...
variable arguments
Outputs the string on the procfs buffer just like printf.
The size of output string, or a negative error code.