| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | | -snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-utils.o |
|---|
| 3 | | -snd-soc-core-objs += soc-pcm.o soc-io.o soc-devres.o soc-ops.o |
|---|
| 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-objs += soc-pcm.o soc-devres.o soc-ops.o soc-link.o soc-card.o |
|---|
| 4 | 4 | snd-soc-core-$(CONFIG_SND_SOC_COMPRESS) += soc-compress.o |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | ifneq ($(CONFIG_SND_SOC_TOPOLOGY),) |
|---|
| .. | .. |
|---|
| 30 | 30 | obj-$(CONFIG_SND_SOC) += au1x/ |
|---|
| 31 | 31 | obj-$(CONFIG_SND_SOC) += bcm/ |
|---|
| 32 | 32 | obj-$(CONFIG_SND_SOC) += cirrus/ |
|---|
| 33 | | -obj-$(CONFIG_SND_SOC) += davinci/ |
|---|
| 34 | 33 | obj-$(CONFIG_SND_SOC) += dwc/ |
|---|
| 35 | 34 | obj-$(CONFIG_SND_SOC) += fsl/ |
|---|
| 36 | 35 | obj-$(CONFIG_SND_SOC) += hisilicon/ |
|---|
| .. | .. |
|---|
| 40 | 39 | obj-$(CONFIG_SND_SOC) += mediatek/ |
|---|
| 41 | 40 | obj-$(CONFIG_SND_SOC) += meson/ |
|---|
| 42 | 41 | obj-$(CONFIG_SND_SOC) += mxs/ |
|---|
| 43 | | -obj-$(CONFIG_SND_SOC) += nuc900/ |
|---|
| 44 | | -obj-$(CONFIG_SND_SOC) += omap/ |
|---|
| 45 | 42 | obj-$(CONFIG_SND_SOC) += kirkwood/ |
|---|
| 46 | 43 | obj-$(CONFIG_SND_SOC) += pxa/ |
|---|
| 47 | 44 | obj-$(CONFIG_SND_SOC) += qcom/ |
|---|
| .. | .. |
|---|
| 49 | 46 | obj-$(CONFIG_SND_SOC) += samsung/ |
|---|
| 50 | 47 | obj-$(CONFIG_SND_SOC) += sh/ |
|---|
| 51 | 48 | obj-$(CONFIG_SND_SOC) += sirf/ |
|---|
| 49 | +obj-$(CONFIG_SND_SOC) += sof/ |
|---|
| 52 | 50 | obj-$(CONFIG_SND_SOC) += spear/ |
|---|
| 51 | +obj-$(CONFIG_SND_SOC) += sprd/ |
|---|
| 53 | 52 | obj-$(CONFIG_SND_SOC) += sti/ |
|---|
| 54 | 53 | obj-$(CONFIG_SND_SOC) += stm/ |
|---|
| 55 | 54 | obj-$(CONFIG_SND_SOC) += sunxi/ |
|---|
| 56 | 55 | obj-$(CONFIG_SND_SOC) += tegra/ |
|---|
| 56 | +obj-$(CONFIG_SND_SOC) += ti/ |
|---|
| 57 | 57 | obj-$(CONFIG_SND_SOC) += txx9/ |
|---|
| 58 | 58 | obj-$(CONFIG_SND_SOC) += uniphier/ |
|---|
| 59 | 59 | obj-$(CONFIG_SND_SOC) += ux500/ |
|---|
| 60 | +obj-$(CONFIG_SND_SOC) += xilinx/ |
|---|
| 60 | 61 | obj-$(CONFIG_SND_SOC) += xtensa/ |
|---|
| 61 | 62 | obj-$(CONFIG_SND_SOC) += zte/ |
|---|