mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 04:55:27 +07:00
9269e3c3cf
This patch adds CTU (Channel Transfer Unit) support for rsnd driver. But, it does nothing to data at this point, but is required for MIX support. CTU design is a little different from other IPs (CTU0 is including CTU00 - CTU03, and CTU1 is including CTU10 - CTU13, these have different register mapping) We need to care about it on this driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
6 lines
209 B
Makefile
6 lines
209 B
Makefile
snd-soc-rcar-objs := core.o gen.o dma.o adg.o ssi.o src.o ctu.o dvc.o
|
|
obj-$(CONFIG_SND_SOC_RCAR) += snd-soc-rcar.o
|
|
|
|
snd-soc-rsrc-card-objs := rsrc-card.o
|
|
obj-$(CONFIG_SND_SOC_RSRC_CARD) += snd-soc-rsrc-card.o
|