cregit-Linux how code gets into the kernel

Release 4.14 sound/usb/debug.h

Directory: sound/usb
/* SPDX-License-Identifier: GPL-2.0 */
#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 */


Overall Contributors

PersonTokensPropCommitsCommitProp
Daniel Mack3797.37%266.67%
Greg Kroah-Hartman12.63%133.33%
Total38100.00%3100.00%
Directory: sound/usb
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.