3a47b1dfa2
This patch adds EVEA codec driver. This codec core is in inside of UniPhier SoC. Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
141 B
Makefile
4 lines
141 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
snd-soc-uniphier-evea-objs := evea.o
|
|
obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o
|