mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
91c7db5e7c
The board now uses the simple-audio-card driver. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Tested-by: Artur Rojek <contact@artur-rojek.eu> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Paul Burton <paul.burton@mips.com>
7 lines
168 B
Makefile
7 lines
168 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Jz4740 Platform Support
|
|
#
|
|
snd-soc-jz4740-i2s-objs := jz4740-i2s.o
|
|
|
|
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
|