Home
last modified time | relevance | path

Searched refs:vaf (Results 1 – 1 of 1) sorted by relevance

/sound/core/
Dmisc.c72 struct va_format vaf; in __snd_printk() local
83 vaf.fmt = format; in __snd_printk()
84 vaf.va = &args; in __snd_printk()
90 vaf.fmt = end_of_header; in __snd_printk()
93 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()