Debug printk
snd_printdd(format, args...);
format
format string
args...
variable arguments
Works like snd_printk for debugging purposes. Ignored when CONFIG_SND_DEBUG_VERBOSE is not set.