aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorBrian Austin <brian.austin@cirrus.com>2017-05-18 16:32:36 +0100
committerMark Brown <broonie@kernel.org>2017-05-19 17:31:34 +0100
commitb7c752d68aee9c066cb0bd2f24ee73aed64575e8 (patch)
tree3dfe58577425469aa98cf903adea61660af9dc39 /include/sound
parentLinux 4.12-rc1 (diff)
downloadlinux-dev-b7c752d68aee9c066cb0bd2f24ee73aed64575e8.tar.xz
linux-dev-b7c752d68aee9c066cb0bd2f24ee73aed64575e8.zip
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.h2
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 */