mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-15 17:14:00 +08:00
139a342002
This patch adds CPU DAI driver for UniPhier AIO audio sound system. This module provides PCM devices for all input/output port of AIO such as I2S, S/PDIF. Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Mark Brown <broonie@kernel.org>
8 lines
272 B
Makefile
8 lines
272 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
snd-soc-uniphier-aio-cpu-objs := aio-core.o aio-dma.o aio-cpu.o
|
|
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o
|
|
|
|
snd-soc-uniphier-evea-objs := evea.o
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o
|