summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJames Schulman <james.schulman@cirrus.com>2018-02-23 15:36:57 -0600
committerAlexander Deucher <alexander.deucher@amd.com>2021-08-31 22:57:09 -0400
commitee740158f43b25ec57d34380c46f2f94397f940b (patch)
tree4267a5d0eca694cd6831c79d0096c155cbc67490 /include
parent0cbe29c6cd4af0b201283be4a853da770237a7c2 (diff)
ASoC: cs35l41: DT support ASP SDOUT Hi-Z Config
SQA-893 Add devicetree value for configuring amplifier ASP SDOUT Hi-Z control. Useful for stereo setups with 2 amps connected on same SDOUT pin. Signed-off-by: James Schulman <james.schulman@cirrus.com>
Diffstat (limited to 'include')
-rw-r--r--include/sound/cs35l41.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/cs35l41.h b/include/sound/cs35l41.h
index b2a99031e899..2dbc63f9f8dd 100644
--- a/include/sound/cs35l41.h
+++ b/include/sound/cs35l41.h
@@ -42,6 +42,7 @@ struct cs35l41_platform_data {
int temp_warn_thld;
int ng_pcm_thld;
int ng_delay;
+ int dout_hiz;
struct irq_cfg irq_config1;
struct irq_cfg irq_config2;
struct classh_cfg classh_config;