Searched refs:verbose_fmt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | misc.c | 58 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()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | misc.c | 58 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()
|
Completed in 2 milliseconds