]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ASoC: audio-graph-scu-card: add missing Capture routing on Example
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 17 Oct 2017 06:57:19 +0000 (06:57 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 21 Oct 2017 10:23:27 +0000 (11:23 +0100)
Both cases have 1 Capture path.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt

index 8b8afe9fcb315891b0e321152bbf56eefd5c6e30..a10daf54aa0cc2a0f4aad8cf13b531cbe416400b 100644 (file)
@@ -43,7 +43,8 @@ Example 1. Sampling Rate Conversion
                label = "sound-card";
                prefix = "codec";
                routing = "codec Playback", "DAI0 Playback",
-                       "codec Playback", "DAI1 Playback";
+                         "codec Playback", "DAI1 Playback",
+                         "DAI0 Capture",   "codec Capture";
                convert-rate = <48000>;
 
                dais = <&cpu_port>;
@@ -79,7 +80,8 @@ Example 2. 2 CPU 1 Codec (Mixing)
                label = "sound-card";
                prefix = "codec";
                routing = "codec Playback", "DAI0 Playback",
-                       "codec Playback", "DAI1 Playback";
+                         "codec Playback", "DAI1 Playback",
+                         "DAI0 Capture",   "codec Capture";
                convert-rate = <48000>;
 
                dais = <&cpu_port0