]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: renesas: add MSIOF sound support
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 17 Apr 2025 23:23:32 +0000 (23:23 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 26 Apr 2025 01:17:37 +0000 (02:17 +0100)
commitc61caec22820f24bb155929f5cee8c1ccfe92f77
treef2b614e612561b825cfd71355348ca8ddab6a5ac
parent0cc88846cbfb3018c036a20390acb1e35de03e1d
ASoC: renesas: add MSIOF sound support

Renesas MSIOF (Clock-Synchronized Serial Interface with FIFO) can work as
both SPI and I2S. Adds MSIOF-I2S driver.

MSIOF-SPI/I2S are using same DT compatible properties.
MSIOF-I2S         uses Of-Graph for Audio-Graph-Card/Card2,
MSIOF-SPI doesn't use  Of-Graph.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/87r01q2wzv.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/Kconfig
sound/soc/renesas/rcar/Makefile
sound/soc/renesas/rcar/msiof.c [new file with mode: 0644]