Merge tag 'drm/tegra/for-3.15-rc1' of git://anongit.freedesktop.org/tegra/linux into...
[deliverable/linux.git] / sound / usb / debug.h
CommitLineData
e5779998
DM
1#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
60ed286a 11#define hwc_debug(fmt, args...) do { } while(0)
e5779998
DM
12#endif
13
14#endif /* __USBAUDIO_DEBUG_H */
15
This page took 0.201543 seconds and 5 git commands to generate.