2017-11-22 04:43:17 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2024-05-07 08:55:35 -07:00
|
|
|
snd-soc-uniphier-aio-cpu-y := aio-core.o aio-dma.o aio-cpu.o aio-compress.o
|
|
|
|
snd-soc-uniphier-aio-ld11-y := aio-ld11.o
|
|
|
|
snd-soc-uniphier-aio-pxs2-y := aio-pxs2.o
|
2018-01-19 02:25:29 -07:00
|
|
|
|
|
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o
|
2018-01-19 02:25:33 -07:00
|
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_LD11) += snd-soc-uniphier-aio-ld11.o
|
2018-03-09 06:21:16 -07:00
|
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_PXS2) += snd-soc-uniphier-aio-pxs2.o
|
2018-01-19 02:25:29 -07:00
|
|
|
|
2024-05-07 08:55:35 -07:00
|
|
|
snd-soc-uniphier-evea-y := evea.o
|
2017-11-22 04:43:17 -07:00
|
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o
|