#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 */ e/trace?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/include/trace
id=8a70aeca80c2425b60ff821140b5b5c141e28ba1&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03trace: rename trace_print_hex_seq arg and add kdocDaniel Borkmann1-2/+2
AuthorFilesLines