xref: /linux/sound/soc/amd/acp/Makefile (revision 07214013578b156d0fda288a0311d353ea149674)
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
8*07214013STakashi Iwaisnd-acp-pcm-y     := acp-platform.o
9*07214013STakashi Iwaisnd-acp-i2s-y     := acp-i2s.o
10*07214013STakashi Iwaisnd-acp-pdm-y     := acp-pdm.o
11*07214013STakashi Iwaisnd-acp-legacy-common-y   := acp-legacy-common.o
12*07214013STakashi Iwaisnd-acp-pci-y     := acp-pci.o
13*07214013STakashi Iwaisnd-amd-sdw-acpi-y := amd-sdw-acpi.o
14623621a9SAjit Kumar Pandey
1558c8c843SAjit Kumar Pandey#platform specific driver
16*07214013STakashi Iwaisnd-acp-renoir-y     := acp-renoir.o
17*07214013STakashi Iwaisnd-acp-rembrandt-y  := acp-rembrandt.o
18*07214013STakashi Iwaisnd-acp63-y := acp63.o
19*07214013STakashi Iwaisnd-acp70-y := acp70.o
2058c8c843SAjit Kumar Pandey
21d4c750f2SAjit Kumar Pandey#machine specific driver
22*07214013STakashi Iwaisnd-acp-mach-y     := acp-mach-common.o
23*07214013STakashi Iwaisnd-acp-legacy-mach-y     := acp-legacy-mach.o acp3x-es83xx/acp3x-es83xx.o
24*07214013STakashi Iwaisnd-acp-sof-mach-y     := acp-sof-mach.o
25d4c750f2SAjit Kumar Pandey
26623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCM) += snd-acp-pcm.o
27623621a9SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_I2S) += snd-acp-i2s.o
28c32bd332SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PDM) += snd-acp-pdm.o
29e61b4155SSyed Saba Kareemobj-$(CONFIG_SND_SOC_AMD_ACP_LEGACY_COMMON) += snd-acp-legacy-common.o
305a9f07a4SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_ACP_PCI) += snd-acp-pci.o
3158c8c843SAjit Kumar Pandey
3258c8c843SAjit Kumar Pandeyobj-$(CONFIG_SND_AMD_ASOC_RENOIR) += snd-acp-renoir.o
33e8a33a94SV sujith kumar Reddyobj-$(CONFIG_SND_AMD_ASOC_REMBRANDT) += snd-acp-rembrandt.o
34d4c2d539SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_ACP63) += snd-acp63.o
35d3534684SSyed Saba Kareemobj-$(CONFIG_SND_AMD_ASOC_ACP70) += snd-acp70.o
36d4c750f2SAjit Kumar Pandey
37ed0ef857SVijendar Mukundaobj-$(CONFIG_SND_AMD_SOUNDWIRE_ACPI) += snd-amd-sdw-acpi.o
38d4c750f2SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_MACH_COMMON) += snd-acp-mach.o
399d8a7be8SAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_LEGACY_MACH) += snd-acp-legacy-mach.o
409f84940fSAjit Kumar Pandeyobj-$(CONFIG_SND_SOC_AMD_SOF_MACH) += snd-acp-sof-mach.o
41