Unverified Commit 03e786bd authored by Biju Das's avatar Biju Das Committed by Mark Brown
Browse files

ASoC: sh: Add RZ/G2L SSIF-2 driver



Add serial sound interface(SSIF-2) driver support for
RZ/G2L SoC.

Based on the work done by Chris Brandt for RZ/A SSI driver.

Signed-off-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: default avatarLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20210813091156.10700-2-biju.das.jz@bp.renesas.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 772d4452
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@ config SND_SOC_RCAR
	help
	  This option enables R-Car SRU/SCU/SSIU/SSI sound support

config SND_SOC_RZ
	tristate "RZ/G2L series SSIF-2 support"
	depends on ARCH_R9A07G044 || COMPILE_TEST
	help
	  This option enables RZ/G2L SSIF-2 sound support.

##
## Boards
##
+4 −0
Original line number Diff line number Diff line
@@ -22,3 +22,7 @@ snd-soc-migor-objs := migor.o

obj-$(CONFIG_SND_SH7760_AC97)	+= snd-soc-sh7760-ac97.o
obj-$(CONFIG_SND_SIU_MIGOR)	+= snd-soc-migor.o

# RZ/G2L
snd-soc-rz-ssi-objs		:= rz-ssi.o
obj-$(CONFIG_SND_SOC_RZ)	+= snd-soc-rz-ssi.o

sound/soc/sh/rz-ssi.c

0 → 100644
+871 −0

File added.

Preview size limit exceeded, changes collapsed.