Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dcore.h357 void __snd_printk(unsigned int level, const char *file, int line,
360 #define __snd_printk(level, file, line, format, ...) \ macro
372 __snd_printk(0, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
383 __snd_printk(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
385 __snd_printk(level, __FILE__, __LINE__, fmt, ##__VA_ARGS__)
437 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
/openbmc/linux/sound/core/
H A Dmisc.c51 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() function
93 EXPORT_SYMBOL_GPL(__snd_printk);
/openbmc/linux/sound/pci/asihpi/
H A Dasihpi.c49 __snd_printk(3, __FILE__, __LINE__, format, ##args)