aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorXiubo Li <Li.Xiubo@freescale.com>2014-01-10 00:17:27 -0500
committerMark Brown <broonie@linaro.org>2014-01-23 15:23:07 -0500
commitbb651b3dce07e981e20384efa9cc89b93b974b49 (patch)
tree4dff1464d838d36c6896c15271d9d0b420dd4163 /Documentation/devicetree/bindings/sound
parent7552f34a790069a008bd3e2ab4c0954b30c2f63b (diff)
ASoC: simple-card: fix simple card widgets routing property name usage
Fix the usage of simple card widgets routing property, and make it the same with simple card routing property name. Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/simple-card.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt
index e9e20ec67d62..19c84df5fffa 100644
--- a/Documentation/devicetree/bindings/sound/simple-card.txt
+++ b/Documentation/devicetree/bindings/sound/simple-card.txt
@@ -43,7 +43,7 @@ Example:
43sound { 43sound {
44 compatible = "simple-audio-card"; 44 compatible = "simple-audio-card";
45 simple-audio-card,format = "left_j"; 45 simple-audio-card,format = "left_j";
46 simple-audio-routing = 46 simple-audio-card,routing =
47 "MIC_IN", "Mic Jack", 47 "MIC_IN", "Mic Jack",
48 "Headphone Jack", "HP_OUT", 48 "Headphone Jack", "HP_OUT",
49 "Ext Spk", "LINE_OUT"; 49 "Ext Spk", "LINE_OUT";