Skip to content

Commit

Permalink
ASoC: amd: ps: modify ACP register end address macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vijendar Mukunda authored and Mark Brown committed Feb 22, 2024
1 parent 4c75493 commit 253ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/amd/ps/acp63.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 253ce07

Please sign in to comment.