]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: audio-graph-scu-card: remove unnecessary route patch from Example 1
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 17 Oct 2017 06:57:49 +0000 (06:57 +0000)
committerMark Brown <broonie@kernel.org>
Sat, 21 Oct 2017 10:23:38 +0000 (11:23 +0100)
Example 1 is for "Sampling Rate Conversion",
sample has only 1 CPU, 1 Codec.
Thus, "codec Playback", "DAI1 Playback" route is unnecessary.

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 a10daf54aa0cc2a0f4aad8cf13b531cbe416400b..441dd6f29df13ba987316c5b6a4102c7bf73e636 100644 (file)
@@ -43,7 +43,6 @@ Example 1. Sampling Rate Conversion
                label = "sound-card";
                prefix = "codec";
                routing = "codec Playback", "DAI0 Playback",
-                         "codec Playback", "DAI1 Playback",
                          "DAI0 Capture",   "codec Capture";
                convert-rate = <48000>;