1. NAME

snd_printk - printk wrapper

2. SYNOPSIS

snd_printk( fmt , args... );

3. ARGUMENTS

fmt
    format string

args...
    variable arguments

4. DESCRIPTION

Works like printk but prints the file and the line of the caller when configured with CONFIG_SND_VERBOSE_PRINTK.

5. COPYRIGHT