From: Shawn Guo Date: Fri, 11 May 2012 14:44:23 +0000 (+0800) Subject: ASoC: fsl: fix the binding of imx-sgtl5000 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=065899c9974c4adf45ddc308d84a2a7df519f70b;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git ASoC: fsl: fix the binding of imx-sgtl5000 The sgtl5000 data sheet does not particularly mention that the Mic Bias will internally supplies to MIC_IN, so fix the example in imx-sgtl5000 binding document to have a better reflection of the actual circuit. Signed-off-by: Shawn Guo Signed-off-by: Mark Brown --- diff --git a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt index d09b4e31461..e4acdd891e4 100644 --- a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt +++ b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt @@ -41,8 +41,8 @@ sound { ssi-controller = <&ssi1>; audio-codec = <&sgtl5000>; audio-routing = + "MIC_IN", "Mic Jack", "Mic Jack", "Mic Bias", - "MIC_IN", "Mic Bias", "Headphone Jack", "HP_OUT"; mux-int-port = <1>; mux-ext-port = <3>;