diff options
| author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2025-02-07 12:28:38 +0530 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-02-13 21:51:07 +0530 |
| commit | 2c0ae8ef1e5edfd0e42727fba4617694f3aac2eb (patch) | |
| tree | 432e35319957abdcbe729da46ad8a541aaa2a57e /include/linux | |
| parent | 19427c08b818c65f579cbfc78062e1ff4c37c768 (diff) | |
soundwire: amd: add support for ACP7.0 & ACP7.1 platforms
Add SoundWire support for ACP7.0 and ACP7.1 platforms.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://lore.kernel.org/r/20250207065841.4718-4-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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw_amd.h b/include/linux/soundwire/sdw_amd.h index 799f8578137b..6b839987f14c 100644 --- a/include/linux/soundwire/sdw_amd.h +++ b/include/linux/soundwire/sdw_amd.h @@ -28,6 +28,8 @@ #define ACP_SDW1 1 #define AMD_SDW_MAX_MANAGER_COUNT 2 #define ACP63_PCI_REV_ID 0x63 +#define ACP70_PCI_REV_ID 0x70 +#define ACP71_PCI_REV_ID 0x71 struct acp_sdw_pdata { u16 instance; |
