aboutsummaryrefslogtreecommitdiffstats
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/core.h b/core.h
index 6e3b651..7a562f4 100644
--- a/core.h
+++ b/core.h
@@ -12,16 +12,16 @@
#include <sound/pcm.h>
-#define DINFO(ap, fmt, args...) \
- printk(KERN_INFO "[%s] %d:%s " fmt "\n", ap, __LINE__, __func__, ##args)
+#define DINFO(ap, fmt, args...) \
+ printk(KERN_INFO "[%s]: %d:%s " fmt "\n", ap, __LINE__, __func__, \
+ ##args)
-#define DERROR(ap, fmt, args...) \
- printk(KERN_ERR "[%s] %d:%s " fmt "\n", AP_LOGNAME, __LINE__, \
- __func__, ##args)
+#define DERROR(ap, fmt, args...) \
+ printk(KERN_ERR "[%s]: %d:%s " fmt "\n", ap, __LINE__, __func__, ##args)
-#define DPRINT(ap, fmt, args...) \
- printk(KERN_DEBUG "[%s] %d:%s " fmt "\n", AP_LOGNAME, __LINE__, \
- __func__, ##args)
+#define DPRINT(ap, fmt, args...) \
+ printk(KERN_DEBUG "[%s]: %d:%s " fmt "\n", ap, __LINE__, __func__, \
+ ##args)
/**
* PCM buffer complete callback