diff options
author | Syed Saba Kareem <Syed.SabaKareem@amd.com> | 2023-10-21 16:50:42 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-25 18:21:43 +0200 |
commit | 33d120a49b970acbe465041d7b71e0cd6a1d1de0 (patch) | |
tree | 2a9c2d3ef778b1850ca19fc974df59df1a894813 /sound/soc/amd/acp/amd.h | |
parent | ASoC: Intel: Skylake: add an error code check in skl_pcm_trigger (diff) | |
download | linux-33d120a49b970acbe465041d7b71e0cd6a1d1de0.tar.xz linux-33d120a49b970acbe465041d7b71e0cd6a1d1de0.zip |
ASoC: amd: acp: Add acp6.3 pci legacy driver support
Add pci legacy driver support and create platform driver for
acp6.3 based platforms.
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link: https://lore.kernel.org/r/20231021145110.478744-1-Syed.SabaKareem@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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/amd.h b/sound/soc/amd/acp/amd.h index d6cfae6ec5f7..487eefa5985f 100644 --- a/sound/soc/amd/acp/amd.h +++ b/sound/soc/amd/acp/amd.h @@ -20,6 +20,7 @@ #define ACP3X_DEV 3 #define ACP6X_DEV 6 +#define ACP63_DEV 0x63 #define DMIC_INSTANCE 0x00 #define I2S_SP_INSTANCE 0x01 @@ -95,6 +96,9 @@ #define ACP6X_PGFSM_CONTROL 0x1024 #define ACP6X_PGFSM_STATUS 0x1028 +#define ACP63_PGFSM_CONTROL ACP6X_PGFSM_CONTROL +#define ACP63_PGFSM_STATUS ACP6X_PGFSM_STATUS + #define ACP_SOFT_RST_DONE_MASK 0x00010001 #define ACP_PGFSM_CNTL_POWER_ON_MASK 0x01 |