1SND_PRINTDD(9) Miscellaneous Functions SND_PRINTDD(9)
23
4
NAME
6snd_printdd - debug printk
7
SYNOPSIS
9snd_printdd(format, args...);
10
ARGUMENTS
12format
13format string
1415
args...
16variable arguments
17
DESCRIPTION
19Works like snd_printk for debugging purposes. Ignored when
20CONFIG_SND_DEBUG_VERBOSE is not set.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SND_PRINTDD(9)