diff mbox

[2/2] ASoC: audio-graph-scu-card: remove unnecessary route patch from Example 1

Message ID 87a80q6zg8.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 86d5b2c20d8ec255ef7646533b81dabc935e0eff
Headers show

Commit Message

Kuninori Morimoto Oct. 17, 2017, 6:57 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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>
---
 Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
index a10daf5..441dd6f 100644
--- a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
+++ b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
@@ -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>;