提交 672b7931 编写于 作者: K Kuninori Morimoto 提交者: Simon Horman

arm64: renesas: salvator-x: Sound DVC support

Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 f7df91f5
...@@ -8,6 +8,29 @@ ...@@ -8,6 +8,29 @@
* kind, whether express or implied. * kind, whether express or implied.
*/ */
/*
* SSI-AK4613
*
* This command is required when Playback/Capture
*
* 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
*
* You can use Volume Ramp
*
* amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
* amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
* amixer set "DVC Out Ramp" on
* aplay xxx.wav &
* amixer set "DVC Out" 80% // Volume Down
* amixer set "DVC Out" 100% // Volume Up
*/
/dts-v1/; /dts-v1/;
#include "r8a7795.dtsi" #include "r8a7795.dtsi"
...@@ -136,8 +159,8 @@ ...@@ -136,8 +159,8 @@
rcar_sound,dai { rcar_sound,dai {
dai0 { dai0 {
playback = <&ssi0 &src0>; playback = <&ssi0 &src0 &dvc0>;
capture = <&ssi1 &src1>; capture = <&ssi1 &src1 &dvc1>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册