Name
snd_printk — 
  printk wrapper
 
Synopsis
|  snd_printk ( | fmt, | 
|  | args... ); | 
 
Arguments
- fmt
- 
     format string
     
- args...
- 
     variable arguments
     
Description
   Works like printk but prints the file and the line of the caller
   when configured with CONFIG_SND_VERBOSE_PRINTK.