Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 664de6fe authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: koelsch: 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 tring
SSI0 -> SRC2
SSI1 <- SRC3

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent e975bb33
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -569,8 +569,8 @@

	rcar_sound,dai {
		dai0 {
			playback = <&ssi0>;
			capture  = <&ssi1>;
			playback = <&ssi0 &src2>;
			capture  = <&ssi1 &src3>;
		};
	};
};