xref: /linux/sound/soc/amd/acp/Makefile (revision 187150671d83324f1ca56f7ab5e00f16a3b9f2a9)
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
25*18715067SVijendar Mukundasnd-soc-acpi-amd-match-y := amd-acp63-acpi-match.o amd-acp70-acpi-match.o
26393347ccSVijendar Mukundasnd-acp-sdw-mach-y     := acp-sdw-mach-common.o
27cb8ea62eSVijendar Mukundasnd-acp-sdw-sof-mach-y += acp-sdw-sof-mach.o
282981d9b0SVijendar Mukundasnd-acp-sdw-legacy-mach-y += acp-sdw-legacy-mach.o
29d4c750f2SAjit Kumar Pandey
30623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o
31623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o
32c32bd332SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PDM) += snd-acp-pdm.o
33e61b4155SSyed Saba Kareemobj-$(CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON) += snd-acp-legacy-common.o
345a9f07a4SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCI) += snd-acp-pci.o
3558c8c843SAjit Kumar Pandey
3658c8c843SAjit Kumar Pandeyobj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o
37e8a33a94SV sujith kumar Reddyobj-$(CONFIG_SND_AMD_ASOC_REMBRANDT) += snd-acp-rembrandt.o
38d4c2d539SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_ACP63) += snd-acp63.o
39d3534684SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_ACP70) += snd-acp70.o
40d4c750f2SAjit Kumar Pandey
41ed0ef857SVijendar Mukundaobj-$(CONFIG_SND_AMD_SOUNDWIRE_ACPI) += snd-amd-sdw-acpi.o
42d4c750f2SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_MACH_COMMON) += snd-acp-mach.o
439d8a7be8SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
449f84940fSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_SOF_MACH) += snd-acp-sof-mach.o
4557677ccdSVijendar Mukundaobj-$(CONFIG_SND_SOC_ACPI_AMD_MATCH) += snd-soc-acpi-amd-match.o
46393347ccSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_SDW_MACH_COMMON) += snd-acp-sdw-mach.o
47cb8ea62eSVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_SOF_SDW_MACH) += snd-acp-sdw-sof-mach.o
482981d9b0SVijendar Mukundaobj-$(CONFIG_SND_SOC_AMD_LEGACY_SDW_MACH) += snd-acp-sdw-legacy-mach.o
49