X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=kernel%2Fsound%2Fusb%2Fdebug.h;fp=kernel%2Fsound%2Fusb%2Fdebug.h;h=58030176f0083deef38d3d37b2ea46775cce58a0;hb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;hp=0000000000000000000000000000000000000000;hpb=98260f3884f4a202f9ca5eabed40b1354c489b29;p=kvmfornfv.git diff --git a/kernel/sound/usb/debug.h b/kernel/sound/usb/debug.h new file mode 100644 index 000000000..58030176f --- /dev/null +++ b/kernel/sound/usb/debug.h @@ -0,0 +1,15 @@ +#ifndef __USBAUDIO_DEBUG_H +#define __USBAUDIO_DEBUG_H + +/* + * h/w constraints + */ + +#ifdef HW_CONST_DEBUG +#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args) +#else +#define hwc_debug(fmt, args...) do { } while(0) +#endif + +#endif /* __USBAUDIO_DEBUG_H */ +