Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";