summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98390.h
diff options
context:
space:
mode:
authorSteve Lee <steves.lee@maximintegrated.com>2021-04-05 17:38:01 +0300
committerMark Brown <broonie@kernel.org>2021-04-06 19:13:28 +0300
commite5870bd0e40c749fd96a4e565497c789bee456bf (patch)
tree79fcc97ad82cbb6bd1f3a80a9b62c05a93dd1b0d /sound/soc/codecs/max98390.h
parenta43508995a913893c5f303e56415d06432b15619 (diff)
downloadlinux-e5870bd0e40c749fd96a4e565497c789bee456bf.tar.xz
ASoC: max98390: Add support for tx slot configuration.
Update voltage/current tx slot configuration support. Signed-off-by: Steve Lee <steves.lee@maximintegrated.com> Link: https://lore.kernel.org/r/20210405143801.29770-1-steves.lee@maximintegrated.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98390.h')
-rw-r--r--sound/soc/codecs/max98390.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h
index dff884f68e3e..e31516717d3b 100644
--- a/sound/soc/codecs/max98390.h
+++ b/sound/soc/codecs/max98390.h
@@ -658,6 +658,8 @@ struct max98390_priv {
unsigned int sysclk;
unsigned int master;
unsigned int tdm_mode;
+ unsigned int v_l_slot;
+ unsigned int i_l_slot;
unsigned int ref_rdc_value;
unsigned int ambient_temp_value;
};