diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-04 16:49:31 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-10-07 03:53:03 +0200 |
commit | 82e8d723e9e6698572098bf2976223d5069b34b5 (patch) | |
tree | 63b6c07a5368816c35307bb1b42f4b05abb8882a /sound/soc/xilinx/Kconfig | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce (diff) | |
download | talos-op-linux-82e8d723e9e6698572098bf2976223d5069b34b5.tar.gz talos-op-linux-82e8d723e9e6698572098bf2976223d5069b34b5.zip |
sound: Fix Kconfig indentation
Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20191004144931.3851-1-krzk@kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/xilinx/Kconfig')
-rw-r--r-- | sound/soc/xilinx/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig index 69973179ef15..1d3586b68db7 100644 --- a/sound/soc/xilinx/Kconfig +++ b/sound/soc/xilinx/Kconfig @@ -9,15 +9,15 @@ config SND_SOC_XILINX_I2S encapsulates PCM in AES format and sends AES data. config SND_SOC_XILINX_AUDIO_FORMATTER - tristate "Audio support for the the Xilinx audio formatter" - help - Select this option to enable Xilinx audio formatter - support. This provides DMA platform device support for - audio functionality. + tristate "Audio support for the the Xilinx audio formatter" + help + Select this option to enable Xilinx audio formatter + support. This provides DMA platform device support for + audio functionality. config SND_SOC_XILINX_SPDIF - tristate "Audio support for the the Xilinx SPDIF" - help - Select this option to enable Xilinx SPDIF Audio. - This provides playback and capture of SPDIF audio in - AES format. + tristate "Audio support for the the Xilinx SPDIF" + help + Select this option to enable Xilinx SPDIF Audio. + This provides playback and capture of SPDIF audio in + AES format. |