diff options
| author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2024-09-24 11:18:44 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2024-10-03 10:14:41 +0300 |
| commit | 7b54323dde29452dd06e6acd2701d9b489c9547d (patch) | |
| tree | af165cdbe22dba3cfddf48e7e3e9bd535670d3f2 /include/linux | |
| parent | ced20ea315fe8591093f19574ec32222c1ab71ba (diff) | |
| download | linux-7b54323dde29452dd06e6acd2701d9b489c9547d.tar.xz | |
soundwire: amd: refactor existing code for acp 6.3 platform
Refactor existing code by adding acp pci revision id coditional checks
for ACP 6.3 platform. Rename the macros and structure names with ACP63
tag.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20240924081846.1834612-3-Vijendar.Mukunda@amd.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soundwire/sdw_amd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw_amd.h b/include/linux/soundwire/sdw_amd.h index e0abc59d4748..c9586f22c5a9 100644 --- a/include/linux/soundwire/sdw_amd.h +++ b/include/linux/soundwire/sdw_amd.h @@ -27,6 +27,7 @@ #define ACP_SDW0 0 #define ACP_SDW1 1 #define AMD_SDW_MAX_MANAGER_COUNT 2 +#define ACP63_PCI_REV_ID 0x63 struct acp_sdw_pdata { u16 instance; |
