Skip to content

Commit 253ce07

Browse files
vijendarmukundabroonie
authored andcommitted
ASoC: amd: ps: modify ACP register end address macro
Modify ACP63_REG_END macro to access all ACP registers. Signed-off-by: Vijendar Mukunda <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 4c75493 commit 253ce07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/amd/ps/acp63.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define ACP_DEVICE_ID 0x15E2
1212
#define ACP63_REG_START 0x1240000
13-
#define ACP63_REG_END 0x1250200
13+
#define ACP63_REG_END 0x125C000
1414

1515
#define ACP_SOFT_RESET_SOFTRESET_AUDDONE_MASK 0x00010001
1616
#define ACP_PGFSM_CNTL_POWER_ON_MASK 1

0 commit comments

Comments
 (0)