diff options
| author | Vijendar Mukunda <Vijendar.Mukunda@amd.com> | 2026-05-07 23:41:32 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-22 00:15:03 +0100 |
| commit | 533308171bf21c8b9434cd61827989800c49ff8b (patch) | |
| tree | 2890edc74aa45c7a6b0fb2af3a1c1c634ab85c23 /sound | |
| parent | b5a2fdc5e7d2bd3d4dd143baa6d278aefdd35582 (diff) | |
| download | linux-next-history-533308171bf21c8b9434cd61827989800c49ff8b.tar.gz | |
ASoC: amd: enable acp7.x drivers build
ACP7.x drivers can be built by selecting necessary
kernel config option.
The patch enables build support of the same.
Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Link: https://patch.msgid.link/20260507181251.20594-5-Vijendar.Mukunda@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/soc/amd/Kconfig | 10 | ||||
| -rw-r--r-- | sound/soc/amd/Makefile | 1 | ||||
| -rw-r--r-- | sound/soc/amd/acp7x/Makefile | 5 |
3 files changed, 16 insertions, 0 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 53139766fafb9..9f4f1f4ac3f88 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -174,5 +174,15 @@ config SND_SOC_AMD_PS_MACH Say m if you have such a device. If unsure select "N". +config SND_SOC_AMD_ACP7X + tristate "AMD Audio Coprocessor-v7.x support" + depends on X86 && PCI && ACPI + help + This option enables Audio Coprocessor i.e ACP7.x + variants support(ACP7.D/7.E/7.F). By enabling this flag build + will be triggered for ACP PCI driver. + Say m if you have such a device. + If unsure select "N". + endif endmenu diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile index 23b25ff0d8005..ef2b36d477057 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile @@ -18,3 +18,4 @@ obj-$(CONFIG_SND_SOC_AMD_ACP6x) += yc/ obj-$(CONFIG_SND_AMD_ACP_CONFIG) += acp/ obj-$(CONFIG_SND_AMD_ACP_CONFIG) += snd-acp-config.o obj-$(CONFIG_SND_SOC_AMD_PS) += ps/ +obj-$(CONFIG_SND_SOC_AMD_ACP7X) += acp7x/ diff --git a/sound/soc/amd/acp7x/Makefile b/sound/soc/amd/acp7x/Makefile new file mode 100644 index 0000000000000..9426e3b47c081 --- /dev/null +++ b/sound/soc/amd/acp7x/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0-only +# ACP7.x variants platform Support +snd-pci-acp7x-y := pci-acp7x.o acp7x-common.o + +obj-$(CONFIG_SND_SOC_AMD_ACP7X) += snd-pci-acp7x.o |
