Commit bb651b3d authored by Xiubo Li's avatar Xiubo Li Committed by Mark Brown

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: default avatarXiubo Li <Li.Xiubo@freescale.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7552f34a
...@@ -43,7 +43,7 @@ Example: ...@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment