snd_printk (9) - Linux Manuals
snd_printk: printk wrapper
NAME
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.
COPYRIGHT