1f9c82b5ab
Current rsnd supports #define DEBUG, but it is not helpful if issue happen after 4-5 hours. This patch adds debugfs support for it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Message-Id: <87y2c0lwyn.wl-kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
179 B
Makefile
4 lines
179 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
snd-soc-rcar-objs := core.o gen.o dma.o adg.o ssi.o ssiu.o src.o ctu.o mix.o dvc.o cmd.o debugfs.o
|
|
obj-$(CONFIG_SND_SOC_RCAR) += snd-soc-rcar.o
|