diff options
author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2024-08-13 13:38:50 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-08-13 12:41:41 +0100 |
commit | c6f3abbbdc99930f831d5c76dac32ddbd9b88fa1 (patch) | |
tree | 48ef9912ef27d89ce26b1e221b4493d6e0f0db82 /sound/soc/amd/acp/amd.h | |
parent | ab73c7c0e5800a44690023cfdfeac72d3b6b95e8 (diff) | |
download | lwn-c6f3abbbdc99930f831d5c76dac32ddbd9b88fa1.tar.gz lwn-c6f3abbbdc99930f831d5c76dac32ddbd9b88fa1.zip |
ASoC: amd: acp: add legacy driver support for ACP7.1 based platforms
Add acp pci driver and machine driver changes for ACP7.1 based platforms
for legacy stack.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Link: https://patch.msgid.link/20240813080850.3107409-1-Vijendar.Mukunda@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/amd.h b/sound/soc/amd/acp/amd.h index c095a34a7229..4f0cd7dd04e5 100644 --- a/sound/soc/amd/acp/amd.h +++ b/sound/soc/amd/acp/amd.h @@ -22,6 +22,7 @@ #define ACP6X_DEV 6 #define ACP63_DEV 0x63 #define ACP70_DEV 0x70 +#define ACP71_DEV 0x71 #define DMIC_INSTANCE 0x00 #define I2S_SP_INSTANCE 0x01 |