diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2024-02-22 15:56:56 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-02-22 19:49:40 +0000 |
commit | 253ce07d2a091e98ef53e700e7fa221b28c4f964 (patch) | |
tree | ff4a8e05c6e5d35c2a0d3bac06dffa5928c18176 /sound/soc | |
parent | 4c75493833a6e2095f03639f66aed5fbf2683c73 (diff) |
ASoC: amd: ps: modify ACP register end address macro
Modify ACP63_REG_END macro to access all ACP registers.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://msgid.link/r/20240222102656.631144-2-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/amd/ps/acp63.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/ps/acp63.h b/sound/soc/amd/ps/acp63.h index 65433184d03e..39208305dd6c 100644 --- a/sound/soc/amd/ps/acp63.h +++ b/sound/soc/amd/ps/acp63.h @@ -10,7 +10,7 @@ #define ACP_DEVICE_ID 0x15E2 #define ACP63_REG_START 0x1240000 -#define ACP63_REG_END 0x1250200 +#define ACP63_REG_END 0x125C000 #define ACP_SOFT_RESET_SOFTRESET_AUDDONE_MASK 0x00010001 #define ACP_PGFSM_CNTL_POWER_ON_MASK 1 |