summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/cs35l32.h
blob: 0c6d6a3c15a23f8fae0b8f5422a88a2971c92e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef __DT_CS35L32_H
#define __DT_CS35L32_H

#define CS35L32_BOOST_MGR_AUTO		0
#define CS35L32_BOOST_MGR_AUTO_AUDIO	1
#define CS35L32_BOOST_MGR_BYPASS	2
#define CS35L32_BOOST_MGR_FIXED		3

#define CS35L32_DATA_CFG_LR_VP		0
#define CS35L32_DATA_CFG_LR_STAT	1
#define CS35L32_DATA_CFG_LR		2
#define CS35L32_DATA_CFG_LR_VPSTAT	3

#define CS35L32_BATT_THRESH_3_1V	0
#define CS35L32_BATT_THRESH_3_2V	1
#define CS35L32_BATT_THRESH_3_3V	2
#define CS35L32_BATT_THRESH_3_4V	3

#define CS35L32_BATT_RECOV_3_1V		0
#define CS35L32_BATT_RECOV_3_2V		1
#define CS35L32_BATT_RECOV_3_3V		2
#define CS35L32_BATT_RECOV_3_4V		3
#define CS35L32_BATT_RECOV_3_5V		4
#define CS35L32_BATT_RECOV_3_6V		5

#endif /* __DT_CS35L32_H */
bdb254e4b50d366010b219286b8c937'>354d7fca237fa3d7e7e63c2196eaa4e1086838ea /sound/pci/trident/Makefile parent5d03a2fd2292e71936c4235885c35ccc3c94695b (diff)
USB: serial: pl2303: add ATEN device ID
Seems that ATEN serial-to-usb devices using pl2303 exist with different device ids. This patch adds a missing device ID so it is recognised by the driver. Signed-off-by: Marcel J.E. Mol <marcel@mesa.nl> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'sound/pci/trident/Makefile')