diff options
author | Venkata Prasad Potturu <venkataprasad.potturu@amd.com> | 2023-05-23 09:20:01 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-05-23 11:58:30 +0200 |
commit | 1d4a84632b90d88316986b05bcdfe715399a33db (patch) | |
tree | f7ed413b21338aa9e5c9b895822411cd0fbfb681 /sound/soc/sof/amd/acp.h | |
parent | ASoC: topology: Clean up error messages handling (diff) | |
download | linux-1d4a84632b90d88316986b05bcdfe715399a33db.tar.xz linux-1d4a84632b90d88316986b05bcdfe715399a33db.zip |
ASoC: SOF: amd: Add pci revision id check
Add pci revision id check for renoir and rembrandt platforms.
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://lore.kernel.org/r/20230523072009.2379198-1-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/amd/acp.h')
-rw-r--r-- | sound/soc/sof/amd/acp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/sof/amd/acp.h b/sound/soc/sof/amd/acp.h index 1c535cc6c3a9..dc624f727aa3 100644 --- a/sound/soc/sof/amd/acp.h +++ b/sound/soc/sof/amd/acp.h @@ -55,6 +55,9 @@ #define ACP_DSP_TO_HOST_IRQ 0x04 +#define ACP_RN_PCI_ID 0x01 +#define ACP_RMB_PCI_ID 0x6F + #define HOST_BRIDGE_CZN 0x1630 #define HOST_BRIDGE_RMB 0x14B5 #define ACP_SHA_STAT 0x8000 |