diff options
author | Xiubo Li <Li.Xiubo@freescale.com> | 2014-01-10 13:17:27 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-23 20:23:07 +0000 |
commit | bb651b3dce07e981e20384efa9cc89b93b974b49 (patch) | |
tree | 4dff1464d838d36c6896c15271d9d0b420dd4163 /Documentation | |
parent | 7552f34a790069a008bd3e2ab4c0954b30c2f63b (diff) | |
download | op-kernel-dev-bb651b3dce07e981e20384efa9cc89b93b974b49.zip op-kernel-dev-bb651b3dce07e981e20384efa9cc89b93b974b49.tar.gz |
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')
-rw-r--r-- | Documentation/devicetree/bindings/sound/simple-card.txt | 2 |
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 e9e20ec..19c84df 100644 --- a/Documentation/devicetree/bindings/sound/simple-card.txt +++ b/Documentation/devicetree/bindings/sound/simple-card.txt @@ -43,7 +43,7 @@ Example: sound { compatible = "simple-audio-card"; simple-audio-card,format = "left_j"; - simple-audio-routing = + simple-audio-card,routing = "MIC_IN", "Mic Jack", "Headphone Jack", "HP_OUT", "Ext Spk", "LINE_OUT"; |