diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-05-11 10:44:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-11 17:51:28 -0400 |
commit | 065899c9974c4adf45ddc308d84a2a7df519f70b (patch) | |
tree | eef7004c9dac55e12e2bd0b916bbee3e3ed0f398 | |
parent | 45c0a188ca59e7e7994dc5e8e0b3632fc82ec878 (diff) |
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 <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt index d09b4e31461c..e4acdd891e49 100644 --- a/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt +++ b/Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt | |||
@@ -41,8 +41,8 @@ sound { | |||
41 | ssi-controller = <&ssi1>; | 41 | ssi-controller = <&ssi1>; |
42 | audio-codec = <&sgtl5000>; | 42 | audio-codec = <&sgtl5000>; |
43 | audio-routing = | 43 | audio-routing = |
44 | "MIC_IN", "Mic Jack", | ||
44 | "Mic Jack", "Mic Bias", | 45 | "Mic Jack", "Mic Bias", |
45 | "MIC_IN", "Mic Bias", | ||
46 | "Headphone Jack", "HP_OUT"; | 46 | "Headphone Jack", "HP_OUT"; |
47 | mux-int-port = <1>; | 47 | mux-int-port = <1>; |
48 | mux-ext-port = <3>; | 48 | mux-ext-port = <3>; |