Searched refs:verbose_fmt (Results 1 – 1 of 1) sorted by relevance
57 char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; in __snd_printk() local76 memcpy(verbose_fmt, vaf.fmt, end_of_header - vaf.fmt); in __snd_printk()84 memcpy(verbose_fmt, KERN_DEBUG, sizeof(KERN_DEBUG) - 1); in __snd_printk()86 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()
Completed in 3 milliseconds