diff options
author | Steve Lee <steves.lee@maximintegrated.com> | 2021-04-05 23:38:01 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-06 17:13:28 +0100 |
commit | e5870bd0e40c749fd96a4e565497c789bee456bf (patch) | |
tree | 79fcc97ad82cbb6bd1f3a80a9b62c05a93dd1b0d /sound/soc/codecs/max98390.h | |
parent | a43508995a913893c5f303e56415d06432b15619 (diff) |
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.h | 2 |
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; }; |