Home
last modified time | relevance | path

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

/linux-6.1.9/sound/core/
Dmisc.c58 char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; in __snd_printk() local
77 memcpy(verbose_fmt, vaf.fmt, end_of_header - vaf.fmt); in __snd_printk()
85 memcpy(verbose_fmt, KERN_DEBUG, sizeof(KERN_DEBUG) - 1); in __snd_printk()
87 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()