1. NAME

snd_iprintf - printf on the procfs buffer

2. SYNOPSIS

int snd_iprintf(struct snd_info_buffer *  buffer , const char *  fmt , ... );

3. ARGUMENTS

buffer
    the procfs buffer

fmt
    the printf format

...
    variable arguments

4. DESCRIPTION

Outputs the string on the procfs buffer just like printf.

5. RETURN

The size of output string, or a negative error code.

6. COPYRIGHT