diff options
author | Richard Fitzgerald <rf@opensource.cirrus.com> | 2024-07-01 12:44:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-01 14:12:27 +0200 |
commit | e2996141d6db0d8b353e1c221a37c8e1be109d4a (patch) | |
tree | 9bdac6cad0d568512c2f183e72350905c3618595 /include/sound | |
parent | ASoC: cs35l56: Revert support for dual-ownership of ASP registers (diff) | |
download | linux-e2996141d6db0d8b353e1c221a37c8e1be109d4a.tar.xz linux-e2996141d6db0d8b353e1c221a37c8e1be109d4a.zip |
ASoC: cs35l56: Remove support for A1 silicon
No product was ever released with A1 silicon so there is no
need for the driver to include support for it.
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20240701104444.172556-3-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs35l56.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index 2e19722989f7..642ef690ebc2 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -80,9 +80,7 @@ #define CS35L56_DSP1_AHBM_WINDOW_DEBUG_1 0x25E2044 #define CS35L56_DSP1_XMEM_UNPACKED24_0 0x2800000 #define CS35L56_DSP1_FW_VER 0x2800010 -#define CS35L56_DSP1_HALO_STATE_A1 0x2801E58 #define CS35L56_DSP1_HALO_STATE 0x28021E0 -#define CS35L56_DSP1_PM_CUR_STATE_A1 0x2804000 #define CS35L56_DSP1_PM_CUR_STATE 0x2804308 #define CS35L56_DSP1_XMEM_UNPACKED24_8191 0x2807FFC #define CS35L56_DSP1_CORE_BASE 0x2B80000 |