summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLi Xu <li.xu@cirrus.com>2018-08-20 17:40:27 -0500
committerAlexander Deucher <alexander.deucher@amd.com>2021-08-31 23:32:11 -0400
commit471290d7cc7fa81ceb678b5099a98698eedfb79e (patch)
tree655b443e84bf175428f16d886c94bf1add443e45 /include
parent74b6c3604f968e30e709a36889bf903befd987db (diff)
ASoC: cs35l41: Rename TDM to DSP A mode
cs35l41 supports both DSP A and TDM 1.5 modes. To distinguish between the 2 modes, rename TDM to DSP A mode, which is currently used by driver. SQA-1109 Signed-off-by: Li Xu <li.xu@cirrus.com>
Diffstat (limited to 'include')
-rw-r--r--include/sound/cs35l41.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/cs35l41.h b/include/sound/cs35l41.h
index ae378ffce603..2703a8e25c7c 100644
--- a/include/sound/cs35l41.h
+++ b/include/sound/cs35l41.h
@@ -62,7 +62,7 @@ struct cs35l41_private {
int extclk_cfg;
int sclk;
unsigned int cspl_cmd;
- bool tdm_mode;
+ bool dspa_mode;
bool i2s_mode;
bool swire_mode;
bool halo_booted;