2 * linux/sound/cs35l34.h -- Platform data for CS35l34
4 * Copyright (c) 2016 Cirrus Logic Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
14 struct cs35l34_platform_data
{
15 /* Set AIF to half drive strength */
17 /* Digital Soft Ramp Disable */
19 /* Amplifier Invert */
21 /* Peak current (mA) */
22 unsigned int boost_peak
;
23 /* Boost inductor value (nH) */
24 unsigned int boost_ind
;
25 /* Boost Controller Voltage Setting (mV) */
26 unsigned int boost_vtge
;
27 /* Gain Change Zero Cross */
29 /* SDIN Left/Right Selection */
30 unsigned int i2s_sdinloc
;
35 #endif /* __CS35L34_H */