diff options
| author | Mark Brown <broonie@kernel.org> | 2025-08-20 21:56:20 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-20 21:56:20 +0300 |
| commit | 7c15e4cabfa96ed3cd717a2ed7a9961268ab21f7 (patch) | |
| tree | 4344d98dd3567a4229662c8a957f53a90018c1f9 /include | |
| parent | af24c20c4633a667ac5b5e20cf9d96f6176a0ca3 (diff) | |
| parent | 8d13d1bdb59d0a2c526869ee571ec51a3a887463 (diff) | |
| download | linux-7c15e4cabfa96ed3cd717a2ed7a9961268ab21f7.tar.xz | |
ASoC: cs35l56: Fixes for CS35L63 for production
Merge series from Stefan Binding <sbinding@opensource.cirrus.com>:
Production silicon for CS36L63 has some small differences compared to
pre-production silicon. This requires small fixes in driver.
Update firmware addresses, tuning algorithm IDs and remove soundwire
clock workaround as no longer necessary.
No product was ever released using pre-production silicon, therefore
there is no need to keep support for it.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/cs35l56.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index e17c4cadd04d..7c8bbe8ad1e2 100644 --- a/include/sound/cs35l56.h +++ b/include/sound/cs35l56.h @@ -107,8 +107,8 @@ #define CS35L56_DSP1_PMEM_5114 0x3804FE8 #define CS35L63_DSP1_FW_VER CS35L56_DSP1_FW_VER -#define CS35L63_DSP1_HALO_STATE 0x280396C -#define CS35L63_DSP1_PM_CUR_STATE 0x28042C8 +#define CS35L63_DSP1_HALO_STATE 0x2803C04 +#define CS35L63_DSP1_PM_CUR_STATE 0x2804518 #define CS35L63_PROTECTION_STATUS 0x340009C #define CS35L63_TRANSDUCER_ACTUAL_PS 0x34000F4 #define CS35L63_MAIN_RENDER_USER_MUTE 0x3400020 @@ -306,6 +306,7 @@ struct cs35l56_base { struct gpio_desc *reset_gpio; struct cs35l56_spi_payload *spi_payload_buf; const struct cs35l56_fw_reg *fw_reg; + const struct cirrus_amp_cal_controls *calibration_controls; }; static inline bool cs35l56_is_otp_register(unsigned int reg) |
