xref: /linux/sound/soc/amd/acp/Makefile (revision 3fd6c59042dbba50391e30862beac979491145fe)
1623621a9SAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2623621a9SAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3623621a9SAjit Kumar Pandey# redistributing this file, you may do so under either license.
4623621a9SAjit Kumar Pandey#
5623621a9SAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6623621a9SAjit Kumar Pandey
7623621a9SAjit Kumar Pandey#common acp driver
807214013STakashi Iwaisnd-acp-pcm-y     := acp-platform.o
907214013STakashi Iwaisnd-acp-i2s-y     := acp-i2s.o
1007214013STakashi Iwaisnd-acp-pdm-y     := acp-pdm.o
1107214013STakashi Iwaisnd-acp-legacy-common-y   := acp-legacy-common.o
1207214013STakashi Iwaisnd-acp-pci-y     := acp-pci.o
1307214013STakashi Iwaisnd-amd-sdw-acpi-y := amd-sdw-acpi.o
14623621a9SAjit Kumar Pandey
1558c8c843SAjit Kumar Pandey#platform specific driver
1607214013STakashi Iwaisnd-acp-renoir-y     := acp-renoir.o
1707214013STakashi Iwaisnd-acp-rembrandt-y  := acp-rembrandt.o
1807214013STakashi Iwaisnd-acp63-y := acp63.o
1907214013STakashi Iwaisnd-acp70-y := acp70.o
2058c8c843SAjit Kumar Pandey
21d4c750f2SAjit Kumar Pandey#machine specific driver
2207214013STakashi Iwaisnd-acp-mach-y     := acp-mach-common.o
2307214013STakashi Iwaisnd-acp-legacy-mach-y     := acp-legacy-mach.o acp3x-es83xx/acp3x-es83xx.o
2407214013STakashi Iwaisnd-acp-sof-mach-y     := acp-sof-mach.o
2557677ccdSVijendar Mukundasnd-soc-acpi-amd-match-y := amd-acp63-acpi-match.o
26*cb8ea62eSVijendar Mukundasnd-acp-sdw-mach-y     := acp-sdw-mach-common.o
27d4c750f2SAjit Kumar Pandeysnd-acp-sdw-sof-mach-y += acp-sdw-sof-mach.o
28623621a9SAjit Kumar Pandeysnd-acp-sdw-legacy-mach-y += acp-sdw-legacy-mach.o
29623621a9SAjit Kumar Pandey
30c32bd332SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o
31e61b4155SSyed Saba Kareemobj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o
325a9f07a4SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PDM) += snd-acp-pdm.o
3358c8c843SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON) += snd-acp-legacy-common.o
3458c8c843SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCI) += snd-acp-pci.o
35e8a33a94SV sujith kumar Reddy
36d4c2d539SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o
37d3534684SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_REMBRANDT) += snd-acp-rembrandt.o
38d4c750f2SAjit Kumar Pandeyobj-$(CONFIG_SND_AMD_ASOC_ACP63) += snd-acp63.o
39ed0ef857SVijendar Mukundaobj-$(CONFIG_SND_AMD_ASOC_ACP70) += snd-acp70.o
40d4c750f2SAjit Kumar Pandey
419d8a7be8SAjit Kumar Pandeyobj-$(CONFIG_SND_AMD_SOUNDWIRE_ACPI) += snd-amd-sdw-acpi.o
429f84940fSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_MACH_COMMON) += snd-acp-mach.o
4357677ccdSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
44*cb8ea62eSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_SOF_MACH) += snd-acp-sof-mach.o
45obj-$(CONFIG_SND_SOC_ACPI_AMD_MATCH) += snd-soc-acpi-amd-match.o
46obj-$(CONFIG_SND_SOC_AMD_SDW_MACH_COMMON) += snd-acp-sdw-mach.o
47obj-$(CONFIG_SND_SOC_AMD_SOF_SDW_MACH) += snd-acp-sdw-sof-mach.o
48obj-$(CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH) += snd-acp-sdw-legacy-mach.o
49