1SND_PRINTK(9) Miscellaneous Functions SND_PRINTK(9)
23
4
NAME
6snd_printk - printk wrapper
7
SYNOPSIS
9snd_printk(fmt, args...);
10
ARGUMENTS
12fmt
13format string
1415
args...
16variable arguments
17
DESCRIPTION
19Works like printk but prints the file and the line of the caller when
20configured with CONFIG_SND_VERBOSE_PRINTK.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 SND_PRINTK(9)