1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/sound/cs35l33.h -- Platform data for CS35l33
5 * Copyright (c) 2016 Cirrus Logic Inc.
13 unsigned int mem_depth;
14 unsigned int release_rate;
16 unsigned int ldo_thld;
17 unsigned int ldo_path_disable;
18 unsigned int ldo_entry_delay;
21 unsigned int vp_hg_rate;
22 unsigned int vp_hg_va;
25 struct cs35l33_pdata {
26 /* Boost Controller Voltage Setting */
27 unsigned int boost_ctl;
29 /* Boost Controller Peak Current */
30 unsigned int boost_ipk;
32 /* Amplifier Drive Select */
33 unsigned int amp_drv_sel;
35 /* soft volume ramp */
36 unsigned int ramp_rate;
39 unsigned int imon_adc_scale;
41 /* H/G algo configuration */
42 struct cs35l33_hg hg_config;
45 #endif /* __CS35L33_H */