blob: 58030176f0083deef38d3d37b2ea46775cce58a0 [file] [log] [blame]
Daniel Macke5779992010-03-04 19:46:13 +01001#ifndef __USBAUDIO_DEBUG_H
2#define __USBAUDIO_DEBUG_H
3
4/*
5 * h/w constraints
6 */
7
8#ifdef HW_CONST_DEBUG
9#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
10#else
Daniel Mack60ed2862011-05-18 11:28:39 +020011#define hwc_debug(fmt, args...) do { } while(0)
Daniel Macke5779992010-03-04 19:46:13 +010012#endif
13
14#endif /* __USBAUDIO_DEBUG_H */
15