1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __USBAUDIO_DEBUG_H
3 #define __USBAUDIO_DEBUG_H
10 #define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
12 #define hwc_debug(fmt, args...) do { } while(0)
15 #endif /* __USBAUDIO_DEBUG_H */