ASoC: rsnd: move "renesas,rsrc-card" to "simple-scu-audio-card" on Document
"renesas,rsrc-card" is exchanged to "simple-scu-card". Let's update Document Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2ea659a9ef
commit
0378bb9667
@ -83,11 +83,11 @@ SRC can convert [xx]Hz to [yy]Hz. Then, it has below 2 modes
|
|||||||
** Asynchronous mode
|
** Asynchronous mode
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
You need to use "renesas,rsrc-card" sound card for it.
|
You need to use "simple-scu-audio-card" sound card for it.
|
||||||
example)
|
example)
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
compatible = "renesas,rsrc-card";
|
compatible = "simple-scu-audio-card";
|
||||||
...
|
...
|
||||||
/*
|
/*
|
||||||
* SRC Asynchronous mode setting
|
* SRC Asynchronous mode setting
|
||||||
@ -97,12 +97,12 @@ example)
|
|||||||
* Inputed 48kHz data will be converted to
|
* Inputed 48kHz data will be converted to
|
||||||
* system specified Hz
|
* system specified Hz
|
||||||
*/
|
*/
|
||||||
convert-rate = <48000>;
|
simple-audio-card,convert-rate = <48000>;
|
||||||
...
|
...
|
||||||
cpu {
|
simple-audio-card,cpu {
|
||||||
sound-dai = <&rcar_sound>;
|
sound-dai = <&rcar_sound>;
|
||||||
};
|
};
|
||||||
codec {
|
simple-audio-card,codec {
|
||||||
...
|
...
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -141,23 +141,23 @@ For more detail information, see below
|
|||||||
${LINUX}/sound/soc/sh/rcar/ctu.c
|
${LINUX}/sound/soc/sh/rcar/ctu.c
|
||||||
- comment of header
|
- comment of header
|
||||||
|
|
||||||
You need to use "renesas,rsrc-card" sound card for it.
|
You need to use "simple-scu-audio-card" sound card for it.
|
||||||
example)
|
example)
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
compatible = "renesas,rsrc-card";
|
compatible = "simple-scu-audio-card";
|
||||||
...
|
...
|
||||||
/*
|
/*
|
||||||
* CTU setting
|
* CTU setting
|
||||||
* All input data will be converted to 2ch
|
* All input data will be converted to 2ch
|
||||||
* as output data
|
* as output data
|
||||||
*/
|
*/
|
||||||
convert-channels = <2>;
|
simple-audio-card,convert-channels = <2>;
|
||||||
...
|
...
|
||||||
cpu {
|
simple-audio-card,cpu {
|
||||||
sound-dai = <&rcar_sound>;
|
sound-dai = <&rcar_sound>;
|
||||||
};
|
};
|
||||||
codec {
|
simple-audio-card,codec {
|
||||||
...
|
...
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -190,22 +190,22 @@ and these sounds will be merged by MIX.
|
|||||||
aplay -D plughw:0,0 xxxx.wav &
|
aplay -D plughw:0,0 xxxx.wav &
|
||||||
aplay -D plughw:0,1 yyyy.wav
|
aplay -D plughw:0,1 yyyy.wav
|
||||||
|
|
||||||
You need to use "renesas,rsrc-card" sound card for it.
|
You need to use "simple-scu-audio-card" sound card for it.
|
||||||
Ex)
|
Ex)
|
||||||
[MEM] -> [SRC1] -> [CTU02] -+-> [MIX0] -> [DVC0] -> [SSI0]
|
[MEM] -> [SRC1] -> [CTU02] -+-> [MIX0] -> [DVC0] -> [SSI0]
|
||||||
|
|
|
|
||||||
[MEM] -> [SRC2] -> [CTU03] -+
|
[MEM] -> [SRC2] -> [CTU03] -+
|
||||||
|
|
||||||
sound {
|
sound {
|
||||||
compatible = "renesas,rsrc-card";
|
compatible = "simple-scu-audio-card";
|
||||||
...
|
...
|
||||||
cpu@0 {
|
simple-audio-card,cpu@0 {
|
||||||
sound-dai = <&rcar_sound 0>;
|
sound-dai = <&rcar_sound 0>;
|
||||||
};
|
};
|
||||||
cpu@1 {
|
simple-audio-card,cpu@1 {
|
||||||
sound-dai = <&rcar_sound 1>;
|
sound-dai = <&rcar_sound 1>;
|
||||||
};
|
};
|
||||||
codec {
|
simple-audio-card,codec {
|
||||||
...
|
...
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user