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>

authored by Xiubo Li and committed by Mark Brown bb651b3d 7552f34a

+1 -1
+1 -1
Documentation/devicetree/bindings/sound/simple-card.txt
··· 43 sound { 44 compatible = "simple-audio-card"; 45 simple-audio-card,format = "left_j"; 46 - simple-audio-routing = 47 "MIC_IN", "Mic Jack", 48 "Headphone Jack", "HP_OUT", 49 "Ext Spk", "LINE_OUT";
··· 43 sound { 44 compatible = "simple-audio-card"; 45 simple-audio-card,format = "left_j"; 46 + simple-audio-card,routing = 47 "MIC_IN", "Mic Jack", 48 "Headphone Jack", "HP_OUT", 49 "Ext Spk", "LINE_OUT";