1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/sound/cs35l34.h -- Platform data for CS35l34
5 * Copyright (c) 2016 Cirrus Logic Inc.
11 struct cs35l34_platform_data
{
12 /* Set AIF to half drive strength */
14 /* Digital Soft Ramp Disable */
16 /* Amplifier Invert */
18 /* Peak current (mA) */
19 unsigned int boost_peak
;
20 /* Boost inductor value (nH) */
21 unsigned int boost_ind
;
22 /* Boost Controller Voltage Setting (mV) */
23 unsigned int boost_vtge
;
24 /* Gain Change Zero Cross */
26 /* SDIN Left/Right Selection */
27 unsigned int i2s_sdinloc
;
32 #endif /* __CS35L34_H */