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: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Kuninori Morimoto 2014-11-03 17:49:33 -08:00 коммит произвёл Simon Horman
Родитель e975bb333e
Коммит 664de6feea
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -569,8 +569,8 @@
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
playback = <&ssi0>; playback = <&ssi0 &src2>;
capture = <&ssi1>; capture = <&ssi1 &src3>;
}; };
}; };
}; };