diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-10-17 02:57:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-21 06:23:27 -0400 |
commit | 05c006145054a86430ed4fdd4f8c1b4139a44bee (patch) | |
tree | ddfd532574650f8d3b3b9e046e6199cfd4c7f6c3 | |
parent | 6cba3fa98cdd045e020f096bb8888225d3906895 (diff) |
ASoC: audio-graph-scu-card: add missing Capture routing on Example
Both cases have 1 Capture path.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt index 8b8afe9fcb31..a10daf54aa0c 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt +++ b/Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt | |||
@@ -43,7 +43,8 @@ Example 1. Sampling Rate Conversion | |||
43 | label = "sound-card"; | 43 | label = "sound-card"; |
44 | prefix = "codec"; | 44 | prefix = "codec"; |
45 | routing = "codec Playback", "DAI0 Playback", | 45 | routing = "codec Playback", "DAI0 Playback", |
46 | "codec Playback", "DAI1 Playback"; | 46 | "codec Playback", "DAI1 Playback", |
47 | "DAI0 Capture", "codec Capture"; | ||
47 | convert-rate = <48000>; | 48 | convert-rate = <48000>; |
48 | 49 | ||
49 | dais = <&cpu_port>; | 50 | dais = <&cpu_port>; |
@@ -79,7 +80,8 @@ Example 2. 2 CPU 1 Codec (Mixing) | |||
79 | label = "sound-card"; | 80 | label = "sound-card"; |
80 | prefix = "codec"; | 81 | prefix = "codec"; |
81 | routing = "codec Playback", "DAI0 Playback", | 82 | routing = "codec Playback", "DAI0 Playback", |
82 | "codec Playback", "DAI1 Playback"; | 83 | "codec Playback", "DAI1 Playback", |
84 | "DAI0 Capture", "codec Capture"; | ||
83 | convert-rate = <48000>; | 85 | convert-rate = <48000>; |
84 | 86 | ||
85 | dais = <&cpu_port0 | 87 | dais = <&cpu_port0 |