summaryrefslogtreecommitdiff
path: root/include/sound/cs35l35.h
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2017-04-06 13:52:13 +0100
committerMark Brown <broonie@kernel.org>2017-04-06 19:27:56 +0100
commit77b329d1943d38a5acdbaf9d57754975bce701d4 (patch)
tree9d8b61d903736a3006229c15d16b03d2249d7dac /include/sound/cs35l35.h
parent2c84afb52ebea59e9862fcb8234126b7ae1d1960 (diff)
ASoC: cs35l35: Correct handling of PDN_DONE with external boost
When using an external boost supply the PDN_DONE bit is not set, update the handling in this case to use to use an appropriate fixed delay. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Acked-by: Brian Austin <brian.austin@cirrus.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/cs35l35.h')
-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 983c610eba2e..88744bbd6728 100644
--- a/include/sound/cs35l35.h
+++ b/include/sound/cs35l35.h
@@ -96,6 +96,8 @@ struct cs35l35_platform_data {
int adv_channel;
/* Shared Boost for stereo */
bool shared_bst;
+ /* Specifies this amp is using an external boost supply */
+ bool ext_bst;
/* ClassH Algorithm */
struct classh_cfg classh_algo;
/* Monitor Config */