snd_printk (9) Linux Manual Page
snd_printk – printk wrapper
Synopsis
- snd_printk(fmt, …);
Arguments
fmt
-
- format string
…
- variable arguments
Description
Works like printk but prints the file and the line of the caller when configured with CONFIG_SND_VERBOSE_PRINTK.
