snd_printdd (9) - Linux Manuals

snd_printdd: debug printk

NAME

snd_printdd - debug printk

SYNOPSIS

snd_printdd(format, ...);

ARGUMENTS

format

format string

...

variable arguments

DESCRIPTION

Works like snd_printk for debugging purposes. Ignored when CONFIG_SND_DEBUG_VERBOSE is not set.

COPYRIGHT