]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - sound/usb/debug.h
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-focal-kernel.git] / sound / usb / debug.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
e5779998
DM
2#ifndef __USBAUDIO_DEBUG_H
3#define __USBAUDIO_DEBUG_H
4
5/*
6 * h/w constraints
7 */
8
9#ifdef HW_CONST_DEBUG
10#define hwc_debug(fmt, args...) printk(KERN_DEBUG fmt, ##args)
11#else
60ed286a 12#define hwc_debug(fmt, args...) do { } while(0)
e5779998
DM
13#endif
14
15#endif /* __USBAUDIO_DEBUG_H */
16