snd_printd (9) - Linux Manuals
snd_printd: debug printk
Command to display snd_printd
manual in Linux: $ man 9 snd_printd
NAME
snd_printd - debug printk
SYNOPSIS
-
snd_printd(fmt, ...);
ARGUMENTS
fmt
-
- format string
...
-
variable arguments
DESCRIPTION
Works like
snd_printk
for debugging purposes. Ignored when CONFIG_SND_DEBUG is not set.
COPYRIGHT
Pages related to snd_printd