1# SPDX-License-Identifier: GPL-2.0+ 2# Yellow Carp platform Support 3snd-pci-acp6x-objs := pci-acp6x.o 4snd-acp6x-pdm-dma-objs := acp6x-pdm-dma.o 5 6obj-$(CONFIG_SND_SOC_AMD_ACP6x) += snd-pci-acp6x.o 7obj-$(CONFIG_SND_SOC_AMD_ACP6x) += snd-acp6x-pdm-dma.o 8