1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 snd-soc-core-y := soc-core.o soc-dapm.o soc-ja !! 2 snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-utils.o soc-dai.o soc-component.o 3 snd-soc-core-y += soc-pcm.o soc-devres.o soc-o !! 3 snd-soc-core-objs += soc-pcm.o soc-io.o soc-devres.o soc-ops.o 4 snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc 4 snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o 5 5 6 ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) 6 ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) 7 snd-soc-core-y += soc-topology.o !! 7 snd-soc-core-objs += soc-topology.o 8 endif << 9 << 10 ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST),) << 11 # snd-soc-test-y := soc-topology-test.o << 12 obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TEST) += s << 13 endif << 14 << 15 ifneq ($(CONFIG_SND_SOC_CARD_KUNIT_TEST),) << 16 obj-$(CONFIG_SND_SOC_CARD_KUNIT_TEST) += soc-c << 17 endif << 18 << 19 ifneq ($(CONFIG_SND_SOC_UTILS_KUNIT_TEST),) << 20 # snd-soc-test-y := soc-utils-test.o << 21 obj-$(CONFIG_SND_SOC_UTILS_KUNIT_TEST) += soc- << 22 endif 8 endif 23 9 24 ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM) 10 ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),) 25 snd-soc-core-y += soc-generic-dmaengine-pcm.o !! 11 snd-soc-core-objs += soc-generic-dmaengine-pcm.o 26 endif 12 endif 27 13 28 ifneq ($(CONFIG_SND_SOC_AC97_BUS),) 14 ifneq ($(CONFIG_SND_SOC_AC97_BUS),) 29 snd-soc-core-y += soc-ac97.o !! 15 snd-soc-core-objs += soc-ac97.o 30 endif 16 endif 31 17 32 ifneq ($(CONFIG_SND_SOC_ACPI),) 18 ifneq ($(CONFIG_SND_SOC_ACPI),) 33 snd-soc-acpi-y := soc-acpi.o !! 19 snd-soc-acpi-objs := soc-acpi.o 34 endif 20 endif 35 21 36 obj-$(CONFIG_SND_SOC_ACPI) += snd-soc-acpi.o 22 obj-$(CONFIG_SND_SOC_ACPI) += snd-soc-acpi.o 37 23 38 obj-$(CONFIG_SND_SOC) += snd-soc-core.o 24 obj-$(CONFIG_SND_SOC) += snd-soc-core.o 39 obj-$(CONFIG_SND_SOC) += codecs/ 25 obj-$(CONFIG_SND_SOC) += codecs/ 40 obj-$(CONFIG_SND_SOC) += generic/ 26 obj-$(CONFIG_SND_SOC) += generic/ 41 obj-$(CONFIG_SND_SOC) += apple/ << 42 obj-$(CONFIG_SND_SOC) += adi/ 27 obj-$(CONFIG_SND_SOC) += adi/ 43 obj-$(CONFIG_SND_SOC) += amd/ 28 obj-$(CONFIG_SND_SOC) += amd/ 44 obj-$(CONFIG_SND_SOC) += atmel/ 29 obj-$(CONFIG_SND_SOC) += atmel/ 45 obj-$(CONFIG_SND_SOC) += au1x/ 30 obj-$(CONFIG_SND_SOC) += au1x/ 46 obj-$(CONFIG_SND_SOC) += bcm/ 31 obj-$(CONFIG_SND_SOC) += bcm/ 47 obj-$(CONFIG_SND_SOC) += cirrus/ 32 obj-$(CONFIG_SND_SOC) += cirrus/ 48 obj-$(CONFIG_SND_SOC) += dwc/ 33 obj-$(CONFIG_SND_SOC) += dwc/ 49 obj-$(CONFIG_SND_SOC) += fsl/ 34 obj-$(CONFIG_SND_SOC) += fsl/ 50 obj-$(CONFIG_SND_SOC) += google/ << 51 obj-$(CONFIG_SND_SOC) += hisilicon/ 35 obj-$(CONFIG_SND_SOC) += hisilicon/ 52 obj-$(CONFIG_SND_SOC) += jz4740/ 36 obj-$(CONFIG_SND_SOC) += jz4740/ 53 obj-$(CONFIG_SND_SOC) += loongson/ << 54 obj-$(CONFIG_SND_SOC) += img/ 37 obj-$(CONFIG_SND_SOC) += img/ 55 obj-$(CONFIG_SND_SOC) += intel/ 38 obj-$(CONFIG_SND_SOC) += intel/ 56 obj-$(CONFIG_SND_SOC) += mediatek/ 39 obj-$(CONFIG_SND_SOC) += mediatek/ 57 obj-$(CONFIG_SND_SOC) += meson/ 40 obj-$(CONFIG_SND_SOC) += meson/ 58 obj-$(CONFIG_SND_SOC) += mxs/ 41 obj-$(CONFIG_SND_SOC) += mxs/ 59 obj-$(CONFIG_SND_SOC) += kirkwood/ 42 obj-$(CONFIG_SND_SOC) += kirkwood/ 60 obj-$(CONFIG_SND_SOC) += pxa/ 43 obj-$(CONFIG_SND_SOC) += pxa/ 61 obj-$(CONFIG_SND_SOC) += qcom/ 44 obj-$(CONFIG_SND_SOC) += qcom/ 62 obj-$(CONFIG_SND_SOC) += rockchip/ 45 obj-$(CONFIG_SND_SOC) += rockchip/ 63 obj-$(CONFIG_SND_SOC) += samsung/ 46 obj-$(CONFIG_SND_SOC) += samsung/ 64 obj-$(CONFIG_SND_SOC) += sh/ 47 obj-$(CONFIG_SND_SOC) += sh/ >> 48 obj-$(CONFIG_SND_SOC) += sirf/ 65 obj-$(CONFIG_SND_SOC) += sof/ 49 obj-$(CONFIG_SND_SOC) += sof/ 66 obj-$(CONFIG_SND_SOC) += spear/ 50 obj-$(CONFIG_SND_SOC) += spear/ 67 obj-$(CONFIG_SND_SOC) += sprd/ 51 obj-$(CONFIG_SND_SOC) += sprd/ 68 obj-$(CONFIG_SND_SOC) += starfive/ << 69 obj-$(CONFIG_SND_SOC) += sti/ 52 obj-$(CONFIG_SND_SOC) += sti/ 70 obj-$(CONFIG_SND_SOC) += stm/ 53 obj-$(CONFIG_SND_SOC) += stm/ 71 obj-$(CONFIG_SND_SOC) += sunxi/ 54 obj-$(CONFIG_SND_SOC) += sunxi/ 72 obj-$(CONFIG_SND_SOC) += tegra/ 55 obj-$(CONFIG_SND_SOC) += tegra/ 73 obj-$(CONFIG_SND_SOC) += ti/ 56 obj-$(CONFIG_SND_SOC) += ti/ >> 57 obj-$(CONFIG_SND_SOC) += txx9/ 74 obj-$(CONFIG_SND_SOC) += uniphier/ 58 obj-$(CONFIG_SND_SOC) += uniphier/ 75 obj-$(CONFIG_SND_SOC) += ux500/ 59 obj-$(CONFIG_SND_SOC) += ux500/ 76 obj-$(CONFIG_SND_SOC) += xilinx/ 60 obj-$(CONFIG_SND_SOC) += xilinx/ 77 obj-$(CONFIG_SND_SOC) += xtensa/ 61 obj-$(CONFIG_SND_SOC) += xtensa/ 78 obj-$(CONFIG_SND_SOC) += sdw_utils/ !! 62 obj-$(CONFIG_SND_SOC) += zte/
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.