Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: imx-sgtl5000: Add indentation for binding doc to increase readability

This patch refines the DT binding doc for more readability by adding
extra blank lines and indentations.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Nicolin Chen and committed by
Mark Brown
afa1fde6 5463c709

+30 -23
+30 -23
Documentation/devicetree/bindings/sound/imx-audio-sgtl5000.txt
··· 1 1 Freescale i.MX audio complex with SGTL5000 codec 2 2 3 3 Required properties: 4 - - compatible : "fsl,imx-audio-sgtl5000" 5 - - model : The user-visible name of this sound complex 6 - - ssi-controller : The phandle of the i.MX SSI controller 7 - - audio-codec : The phandle of the SGTL5000 audio codec 8 - - audio-routing : A list of the connections between audio components. 9 - Each entry is a pair of strings, the first being the connection's sink, 10 - the second being the connection's source. Valid names could be power 11 - supplies, SGTL5000 pins, and the jacks on the board: 12 4 13 - Power supplies: 14 - * Mic Bias 5 + - compatible : "fsl,imx-audio-sgtl5000" 15 6 16 - SGTL5000 pins: 17 - * MIC_IN 18 - * LINE_IN 19 - * HP_OUT 20 - * LINE_OUT 7 + - model : The user-visible name of this sound complex 21 8 22 - Board connectors: 23 - * Mic Jack 24 - * Line In Jack 25 - * Headphone Jack 26 - * Line Out Jack 27 - * Ext Spk 9 + - ssi-controller : The phandle of the i.MX SSI controller 28 10 29 - - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) 30 - - mux-ext-port : The external port of the i.MX audio muxer 11 + - audio-codec : The phandle of the SGTL5000 audio codec 12 + 13 + - audio-routing : A list of the connections between audio components. 14 + Each entry is a pair of strings, the first being the 15 + connection's sink, the second being the connection's 16 + source. Valid names could be power supplies, SGTL5000 17 + pins, and the jacks on the board: 18 + 19 + Power supplies: 20 + * Mic Bias 21 + 22 + SGTL5000 pins: 23 + * MIC_IN 24 + * LINE_IN 25 + * HP_OUT 26 + * LINE_OUT 27 + 28 + Board connectors: 29 + * Mic Jack 30 + * Line In Jack 31 + * Headphone Jack 32 + * Line Out Jack 33 + * Ext Spk 34 + 35 + - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX) 36 + 37 + - mux-ext-port : The external port of the i.MX audio muxer 31 38 32 39 Note: The AUDMUX port numbering should start at 1, which is consistent with 33 40 hardware manual.