Revision 815c4163b6c8ebf8152f42b0a5fd015cfdcedc78 authored by Linus Torvalds on 05 July 2010, 03:22:50 UTC, committed by Linus Torvalds on 05 July 2010, 03:22:50 UTC
1 parent 7166596
Raw File
debug.h
#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...) /**/
#endif

#endif /* __USBAUDIO_DEBUG_H */

back to top