diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/core.h b/include/sound/core.h index a89728db5584..1ec992b3f1d0 100644 --- a/include/sound/core.h +++ b/include/sound/core.h | |||
@@ -348,7 +348,7 @@ void __snd_printk(unsigned int level, const char *file, int line, | |||
348 | __attribute__ ((format (printf, 4, 5))); | 348 | __attribute__ ((format (printf, 4, 5))); |
349 | #else | 349 | #else |
350 | #define __snd_printk(level, file, line, format, args...) \ | 350 | #define __snd_printk(level, file, line, format, args...) \ |
351 | prinkt(format, ##args) | 351 | printk(format, ##args) |
352 | #endif | 352 | #endif |
353 | 353 | ||
354 | /** | 354 | /** |