diff options
author | Venkata Prasad Potturu <venkataprasad.potturu@amd.com> | 2025-03-10 21:31:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-03-11 20:18:33 +0300 |
commit | d08220b6e32e88655f54b497fd45a3982b59093c (patch) | |
tree | 5ebb11166b73be4dcde2f79a40253f846cf49274 /sound/soc/amd/acp/amd.h | |
parent | f8b4f3f525e82d78079a6ebbde68e4a0d79fd1c0 (diff) | |
download | linux-d08220b6e32e88655f54b497fd45a3982b59093c.tar.xz |
ASoC: amd: acp: Refactor acp63 platform resource structure
Refactor acp63 platform resource private structure to amd.h
header file.
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250310183201.11979-12-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/amd.h')
-rw-r--r-- | sound/soc/amd/acp/amd.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/amd.h b/sound/soc/amd/acp/amd.h index 979d8b8801a3..075659fb3314 100644 --- a/sound/soc/amd/acp/amd.h +++ b/sound/soc/amd/acp/amd.h @@ -238,6 +238,16 @@ enum acp_config { ACP_CONFIG_20, }; +struct acp_resource acp63_rsrc = { + .offset = 0, + .no_of_ctrls = 2, + .irqp_used = 1, + .soc_mclk = true, + .irq_reg_offset = 0x1a00, + .scratch_reg_offset = 0x12800, + .sram_pte_offset = 0x03802800, +}; + struct acp_resource acp70_rsrc = { .offset = 0, .no_of_ctrls = 2, |