| * linux/sound/cs35l33.h -- Platform data for CS35l33 |
| * Copyright (c) 2016 Cirrus Logic Inc. |
| * This program is free software; you can redistribute it and/or modify |
| * it under the terms of the GNU General Public License version 2 as |
| * published by the Free Software Foundation. |
| unsigned int release_rate; |
| unsigned int ldo_path_disable; |
| unsigned int ldo_entry_delay; |
| /* Boost Controller Voltage Setting */ |
| /* Boost Controller Peak Current */ |
| /* Amplifier Drive Select */ |
| unsigned int amp_drv_sel; |
| unsigned int imon_adc_scale; |
| /* H/G algo configuration */ |
| struct cs35l33_hg hg_config; |