Browse Source

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>
Xiubo Li 11 years ago
parent
commit
bb651b3dce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/devicetree/bindings/sound/simple-card.txt

+ 1 - 1
Documentation/devicetree/bindings/sound/simple-card.txt

@@ -43,7 +43,7 @@ Example:
 sound {
 sound {
 	compatible = "simple-audio-card";
 	compatible = "simple-audio-card";
 	simple-audio-card,format = "left_j";
 	simple-audio-card,format = "left_j";
-	simple-audio-routing =
+	simple-audio-card,routing =
 		"MIC_IN", "Mic Jack",
 		"MIC_IN", "Mic Jack",
 		"Headphone Jack", "HP_OUT",
 		"Headphone Jack", "HP_OUT",
 		"Ext Spk", "LINE_OUT";
 		"Ext Spk", "LINE_OUT";