[PATCH 029/114] sound: drivers: Kconfig: pedantic formatting

From: Enrico Weigelt, metux IT consult
Date: Mon Mar 11 2019 - 09:29:07 EST


Formatting of Kconfig files doesn't look so pretty, so let the
Great White Handkerchief come around and clean it up.

Signed-off-by: Enrico Weigelt, metux IT consult <info@xxxxxxxxx>
---
sound/drivers/Kconfig | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig
index 648a12d..77618ed 100644
--- a/sound/drivers/Kconfig
+++ b/sound/drivers/Kconfig
@@ -1,6 +1,6 @@
config SND_MPU401_UART
- tristate
- select SND_RAWMIDI
+ tristate
+ select SND_RAWMIDI

config SND_OPL3_LIB
tristate
@@ -42,7 +42,7 @@ menuconfig SND_DRIVERS
default y
help
Support for generic sound devices.
-
+
if SND_DRIVERS

config SND_PCSP
@@ -89,16 +89,16 @@ config SND_DUMMY
will be called snd-dummy.

config SND_ALOOP
- tristate "Generic loopback driver (PCM)"
- select SND_PCM
- help
- Say 'Y' or 'M' to include support for the PCM loopback device.
+ tristate "Generic loopback driver (PCM)"
+ select SND_PCM
+ help
+ Say 'Y' or 'M' to include support for the PCM loopback device.
This module returns played samples back to the user space using
the standard ALSA PCM device. The devices are routed 0->1 and
1->0, where first number is the playback PCM device and second
number is the capture device. Module creates two PCM devices and
configured number of substreams (see the pcm_substreams module
- parameter).
+ parameter).

The loopback device allows time sychronization with an external
timing source using the time shift universal control (+-20%
@@ -140,13 +140,13 @@ config SND_MTS64
depends on PARPORT
select SND_RAWMIDI
help
- The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with
- additional SMPTE Timecode capabilities for the parallel port.
+ The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with
+ additional SMPTE Timecode capabilities for the parallel port.

Say 'Y' to include support for this device.

- To compile this driver as a module, chose 'M' here: the module
- will be called snd-mts64.
+ To compile this driver as a module, chose 'M' here: the module
+ will be called snd-mts64.

config SND_SERIAL_U16550
tristate "UART16550 serial MIDI driver"
@@ -235,4 +235,4 @@ config SND_AC97_POWER_SAVE_DEFAULT

See SND_AC97_POWER_SAVE for more details.

-endif # SND_DRIVERS
+endif # SND_DRIVERS
--
1.9.1