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.