Searched refs:__snd_printk (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/include/sound/ |
D | core.h | 295 void __snd_printk(unsigned int level, const char *file, int line, 298 #define __snd_printk(level, file, line, format, ...) \ macro 310 __snd_printk(0, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 321 __snd_printk(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 323 __snd_printk(level, __FILE__, __LINE__, fmt, ##__VA_ARGS__) 374 __snd_printk(2, __FILE__, __LINE__, format, ##__VA_ARGS__)
|