diff options
author | Brian Austin <brian.austin@cirrus.com> | 2017-05-18 16:32:36 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-19 17:31:34 +0100 |
commit | b7c752d68aee9c066cb0bd2f24ee73aed64575e8 (patch) | |
tree | 3dfe58577425469aa98cf903adea61660af9dc39 /include/sound | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) |
ASoC: cs35l35: Add Boost Inductor Calculation
Add the Boost Inductor parameters based off the size of the inductor
on the HW setup
Signed-off-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs35l35.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/cs35l35.h b/include/sound/cs35l35.h index 29da899e17e4..d69cd7847afd 100644 --- a/include/sound/cs35l35.h +++ b/include/sound/cs35l35.h @@ -99,6 +99,8 @@ struct cs35l35_platform_data { bool shared_bst; /* Specifies this amp is using an external boost supply */ bool ext_bst; + /* Inductor Value */ + int boost_ind; /* ClassH Algorithm */ struct classh_cfg classh_algo; /* Monitor Config */ |