20 Jul
2021
20 Jul
'21
11:57 a.m.
Hi Biju,
On Mon, Jul 19, 2021 at 3:40 PM Biju Das biju.das.jz@bp.renesas.com wrote:
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: Biju Das biju.das.jz@bp.renesas.com Reviewed-by: Lad Prabhakar prabhakar.mahadev-lad.rj@bp.renesas.com
Thanks for your patch!
--- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -45,6 +45,16 @@ 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 OF || COMPILE_TEST
ARCH_R9A07G044 implies OF
depends on ARCH_R9A07G044
Is there any hard compile-time dependency on ARCH_R9A07G044?
Perhaps you meant
depends on ARCH_R9A07G044 || COMPILE_TEST
?
select SND_SIMPLE_CARD
help
This option enables ASoC sound support for the RZ/G2L MPUs.
The simple-audio-card driver and the RZ/G2L built-in serial
sound interface (SSIF-2) driver are used.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds