pnfs-obj: report errors and .encode_layoutreturn Implementation.
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / usb / debug.h
blob343ec2d9ee6675ff2bea1016188a840418f4aadc
1 #ifndef __USBAUDIO_DEBUG_H
2 #define __USBAUDIO_DEBUG_H
4 /*
5 * h/w constraints
6 */
8 #ifdef HW_CONST_DEBUG
9 #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
10 #else
11 #define hwc_debug(fmt, args...) /**/
12 #endif
14 #endif /* __USBAUDIO_DEBUG_H */