summaryrefslogtreecommitdiff
path: root/sound/usb/debug.h
blob: 58030176f0083deef38d3d37b2ea46775cce58a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */

lue='1'>ignoremode:
authorPaul Burton <paul.burton@imgtec.com>2016-09-28 16:30:56 +0100
committerSebastian Reichel <sre@kernel.org>2016-10-18 05:13:37 +0200
commit29676833df1d9207cb665fe9869f6778a96045b9 (patch)
tree9c666239a17e2b65adc328bfb36514fa95d895f8 /Documentation/input
parent1001354ca34179f3db924eb66672442a173147dc (diff)
power: reset: Add Intel PIIX4 poweroff driver
Add a driver which allows powering off the system via an Intel PIIX4 southbridge, by entering the PIIX4 SOff state. This is useful on the MIPS Malta development board, where it will power down the FPGA based board until its ON/NMI button is pressed, or the QEMU implementation of the MIPS Malta board where it will cause QEMU to exit. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Sebastian Reichel <sre@kernel.org> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: linux-pm@vger.kernel.org Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'Documentation/input')