patch-2.4.20 linux-2.4.20/drivers/sound/trident.h
Next file: linux-2.4.20/drivers/tc/lk201-map.map
Previous file: linux-2.4.20/drivers/sound/trident.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:14 2002
- Orig file:
linux-2.4.19/drivers/sound/trident.h
- Orig date:
Fri Aug 2 17:39:44 2002
diff -urN linux-2.4.19/drivers/sound/trident.h linux-2.4.20/drivers/sound/trident.h
@@ -358,5 +358,16 @@
return r;
}
-#endif /* __TRID4DWAVE_H */
+#ifdef DEBUG
+
+#define TRDBG(msg, args...) do { \
+ printk(KERN_DEBUG msg , ##args ); \
+} while (0)
+
+#else /* !defined(DEBUG) */
+#define TRDBG(msg, args...) do { } while (0)
+
+#endif /* DEBUG */
+
+#endif /* __TRID4DWAVE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)