diff options
| author | Mark Brown <broonie@kernel.org> | 2025-08-28 21:44:52 +0200 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-28 21:44:52 +0200 |
| commit | f43095de82b04a11f7239fdf9e724d907ea3dc3b (patch) | |
| tree | 3e49324d7ef7614adc8ae0d5b2d271bf4b9fa607 /include/sound | |
| parent | 5b4dcaf851df8c414bfc2ac3bf9c65fc942f3be4 (diff) | |
| parent | edb5c1f885207d1d74e8a1528e6937e02829ee6e (diff) | |
| download | linux-f43095de82b04a11f7239fdf9e724d907ea3dc3b.tar.gz | |
ASoC: renesas: msiof: Make small adjustments to avoid
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Current Renesas MSIOF get unknown error when first used.
This patch-set will fixup this issue.
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/cs35l56.h | 5 | ||||
| -rw-r--r-- | include/sound/tas2781-tlv.h | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/include/sound/cs35l56.h b/include/sound/cs35l56.h index e17c4cadd04d1a..7c8bbe8ad1e2de 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) diff --git a/include/sound/tas2781-tlv.h b/include/sound/tas2781-tlv.h index ef9b9f19d21205..273224df9282da 100644 --- a/include/sound/tas2781-tlv.h +++ b/include/sound/tas2781-tlv.h @@ -2,7 +2,7 @@ // // ALSA SoC Texas Instruments TAS2781 Audio Smart Amplifier // -// Copyright (C) 2022 - 2024 Texas Instruments Incorporated +// Copyright (C) 2022 - 2025 Texas Instruments Incorporated // https://www.ti.com // // The TAS2781 driver implements a flexible and configurable @@ -15,7 +15,7 @@ #ifndef __TAS2781_TLV_H__ #define __TAS2781_TLV_H__ -static const __maybe_unused DECLARE_TLV_DB_SCALE(dvc_tlv, -10000, 50, 0); -static const __maybe_unused DECLARE_TLV_DB_SCALE(amp_vol_tlv, 1100, 50, 0); +static const __maybe_unused DECLARE_TLV_DB_SCALE(tas2781_dvc_tlv, -10000, 50, 0); +static const __maybe_unused DECLARE_TLV_DB_SCALE(tas2781_amp_tlv, 1100, 50, 0); #endif |
