Commit 5ce5faa6 authored by Biju Das's avatar Biju Das Committed by Simon Horman
Browse files

ARM: dts: iwg22d-sodimm: Sound DMA support via SRC on DTS



DMA transfer to/from SRC

     DMA      DMApp
[MEM] -> [SRC] -> [SSIU] -> [SSI]

     DMA      DMApp
[MEM] <- [SRC] <- [SSIU] <- [SSI]

Current sound driver is supporting SSI/SRC random connection.
So, this patch is trying
SSI3 -> SRC3
SSI4 <- SRC4

Signed-off-by: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 996d68a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -183,8 +183,8 @@

	rcar_sound,dai {
		dai0 {
			playback = <&ssi3>;
			capture = <&ssi4>;
			playback = <&ssi3 &src3>;
			capture = <&ssi4 &src4>;
		};
	};
};