diff options
| author | Syed Saba Kareem <Syed.SabaKareem@amd.com> | 2023-10-21 20:20:47 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-10-25 17:21:48 +0100 |
| commit | 3a94c8ad0aae2b14a55059869871ea2d199af489 (patch) | |
| tree | 1ff0bb3dccdb880de26d65e38a0bc0c19b41eada /sound/soc/amd/mach-config.h | |
| parent | d4c2d5391d7efc29fdd59d54355526c9ace16bec (diff) | |
ASoC: amd: acp: add code for scanning acp pdm controller
Add common code for scanning acp pdm controller and create
platform device for the same.
Signed-off-by: Syed Saba Kareem <Syed.SabaKareem@amd.com>
Link: https://lore.kernel.org/r/20231021145110.478744-6-Syed.SabaKareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/mach-config.h')
| -rw-r--r-- | sound/soc/amd/mach-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/mach-config.h b/sound/soc/amd/mach-config.h index ce5d77639086..7af0f9cf3921 100644 --- a/sound/soc/amd/mach-config.h +++ b/sound/soc/amd/mach-config.h @@ -15,6 +15,7 @@ #define FLAG_AMD_SOF BIT(1) #define FLAG_AMD_SOF_ONLY_DMIC BIT(2) #define FLAG_AMD_LEGACY BIT(3) +#define FLAG_AMD_LEGACY_ONLY_DMIC BIT(4) #define ACP_PCI_DEV_ID 0x15E2 |
