table of contents
other versions
SND_PRINTD(9) | Miscellaneous Functions | SND_PRINTD(9) |
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¶
June 2017 | Kernel Hackers Manual 4.9. |