sound: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 4 Oct 2019 14:49:31 +0000 (16:49 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 7 Oct 2019 01:53:03 +0000 (03:53 +0200)
commit82e8d723e9e6698572098bf2976223d5069b34b5
tree63b6c07a5368816c35307bb1b42f4b05abb8882a
parentda0c9ea146cbe92b832f1b0f694840ea8eb33cce
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>
18 files changed:
sound/core/Kconfig
sound/drivers/Kconfig
sound/firewire/Kconfig
sound/isa/Kconfig
sound/mips/Kconfig
sound/pci/Kconfig
sound/soc/cirrus/Kconfig
sound/soc/codecs/Kconfig
sound/soc/intel/Kconfig
sound/soc/intel/boards/Kconfig
sound/soc/pxa/Kconfig
sound/soc/qcom/Kconfig
sound/soc/samsung/Kconfig
sound/soc/sof/imx/Kconfig
sound/soc/sof/intel/Kconfig
sound/soc/xilinx/Kconfig
sound/soc/zte/Kconfig
sound/usb/Kconfig