mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-25 23:26:03 +08:00
ARM: shmobile: koelsch: Sound DMA support via DVC on DTS
DMA transfer uses DVC DMA DMApp [MEM] -> [SRC] -> [DVC] -> [SSIU] -> [SSI] DMA DMApp [MEM] <- [DVC] <- [SRC] <- [SSIU] <- [SSI] 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:
parent
664de6feea
commit
5c6d4b947a
@ -20,6 +20,13 @@
|
|||||||
* This command is required when Playback/Capture
|
* This command is required when Playback/Capture
|
||||||
*
|
*
|
||||||
* amixer set "LINEOUT Mixer DACL" on
|
* amixer set "LINEOUT Mixer DACL" on
|
||||||
|
* amixer set "DVC Out" 100%
|
||||||
|
* amixer set "DVC In" 100%
|
||||||
|
*
|
||||||
|
* You can use Mute
|
||||||
|
*
|
||||||
|
* amixer set "DVC Out Mute" on
|
||||||
|
* amixer set "DVC In Mute" on
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/dts-v1/;
|
/dts-v1/;
|
||||||
@ -569,8 +576,8 @@
|
|||||||
|
|
||||||
rcar_sound,dai {
|
rcar_sound,dai {
|
||||||
dai0 {
|
dai0 {
|
||||||
playback = <&ssi0 &src2>;
|
playback = <&ssi0 &src2 &dvc0>;
|
||||||
capture = <&ssi1 &src3>;
|
capture = <&ssi1 &src3 &dvc1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user