mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 21:16:44 +07:00
818ba93b0e
ACP3x drivers can be built by selecting necessary kernel config option. The patch enables build support of the same. Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com> Tested-by: Ravulapati Vishnu vardhan Rao <Vishnuvardhanrao.Ravulapati@amd.com> Signed-off-by: Vijendar Mukunda <vijendar.mukunda@amd.com> Signed-off-by: Mark Brown <broonie@kernel.org>
9 lines
389 B
Makefile
9 lines
389 B
Makefile
acp_audio_dma-objs := acp-pcm-dma.o
|
|
snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o
|
|
snd-soc-acp-rt5645-mach-objs := acp-rt5645.o
|
|
|
|
obj-$(CONFIG_SND_SOC_AMD_ACP) += acp_audio_dma.o
|
|
obj-$(CONFIG_SND_SOC_AMD_CZ_DA7219MX98357_MACH) += snd-soc-acp-da7219mx98357-mach.o
|
|
obj-$(CONFIG_SND_SOC_AMD_CZ_RT5645_MACH) += snd-soc-acp-rt5645-mach.o
|
|
obj-$(CONFIG_SND_SOC_AMD_ACP3x) += raven/
|