Printk wrapper
snd_printk(fmt, args...);
fmt
format string
args...
variable arguments
Works like printk but prints the file and the line of the caller when configured with CONFIG_SND_VERBOSE_PRINTK.