Skip to content

Commit

Permalink
sound: Fix Kconfig indentation
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
krzk authored and tiwai committed Oct 7, 2019
1 parent da0c9ea commit 82e8d72
Show file tree
Hide file tree
Showing 18 changed files with 162 additions and 162 deletions.
28 changes: 14 additions & 14 deletions sound/core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ config SND_PCM_OSS
config SND_PCM_OSS_PLUGINS
bool "OSS PCM (digital audio) API - Include plugin system"
depends on SND_PCM_OSS
default y
default y
help
If you disable this option, the ALSA's OSS PCM API will not
support conversion of channels, formats and rates. It will
behave like most of new OSS/Free drivers in 2.4/2.6 kernels.
If you disable this option, the ALSA's OSS PCM API will not
support conversion of channels, formats and rates. It will
behave like most of new OSS/Free drivers in 2.4/2.6 kernels.

config SND_PCM_TIMER
bool "PCM timer interface" if EXPERT
Expand Down Expand Up @@ -128,22 +128,22 @@ config SND_SUPPORT_OLD_API
or older).

config SND_PROC_FS
bool "Sound Proc FS Support" if EXPERT
depends on PROC_FS
default y
help
Say 'N' to disable Sound proc FS, which may reduce code size about
9KB on x86_64 platform.
If unsure say Y.
bool "Sound Proc FS Support" if EXPERT
depends on PROC_FS
default y
help
Say 'N' to disable Sound proc FS, which may reduce code size about
9KB on x86_64 platform.
If unsure say Y.

config SND_VERBOSE_PROCFS
bool "Verbose procfs contents"
depends on SND_PROC_FS
default y
help
Say Y here to include code for verbose procfs contents (provides
useful information to developers when a problem occurs). On the
other side, it makes the ALSA subsystem larger.
useful information to developers when a problem occurs). On the
other side, it makes the ALSA subsystem larger.

config SND_VERBOSE_PRINTK
bool "Verbose printk"
Expand All @@ -164,7 +164,7 @@ config SND_DEBUG_VERBOSE
depends on SND_DEBUG
help
Say Y here to enable extra-verbose debugging messages.

Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
So, say Y only if you are ready to be annoyed.

Expand Down
20 changes: 10 additions & 10 deletions sound/drivers/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
config SND_MPU401_UART
tristate
select SND_RAWMIDI
tristate
select SND_RAWMIDI

config SND_OPL3_LIB
tristate
Expand Down Expand Up @@ -90,16 +90,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
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%
Expand Down Expand Up @@ -142,12 +142,12 @@ config SND_MTS64
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.
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.
will be called snd-mts64.

config SND_SERIAL_U16550
tristate "UART16550 serial MIDI driver"
Expand Down
6 changes: 3 additions & 3 deletions sound/firewire/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config SND_BEBOB
tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
select SND_FIREWIRE_LIB
select SND_HWDEP
help
help
Say Y here to include support for FireWire devices based
on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
* Edirol FA-66/FA-101
Expand Down Expand Up @@ -111,8 +111,8 @@ config SND_BEBOB
* M-Audio FireWire 1814/ProjectMix IO
* Digidesign Mbox 2 Pro

To compile this driver as a module, choose M here: the module
will be called snd-bebob.
To compile this driver as a module, choose M here: the module
will be called snd-bebob.

config SND_FIREWIRE_DIGI00X
tristate "Digidesign Digi 002/003 family support"
Expand Down
18 changes: 9 additions & 9 deletions sound/isa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# ALSA ISA drivers

config SND_WSS_LIB
tristate
select SND_PCM
tristate
select SND_PCM
select SND_TIMER

config SND_SB_COMMON
tristate
tristate

config SND_SB8_DSP
tristate
select SND_PCM
select SND_SB_COMMON
tristate
select SND_PCM
select SND_SB_COMMON

config SND_SB16_DSP
tristate
select SND_PCM
select SND_SB_COMMON
tristate
select SND_PCM
select SND_SB_COMMON

menuconfig SND_ISA
bool "ISA sound devices"
Expand Down
12 changes: 6 additions & 6 deletions sound/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ config SND_SGI_O2
tristate "SGI O2 Audio"
depends on SGI_IP32
select SND_PCM
help
Sound support for the SGI O2 Workstation.
help
Sound support for the SGI O2 Workstation.

config SND_SGI_HAL2
tristate "SGI HAL2 Audio"
depends on SGI_HAS_HAL2
tristate "SGI HAL2 Audio"
depends on SGI_HAS_HAL2
select SND_PCM
help
Sound support for the SGI Indy and Indigo2 Workstation.
help
Sound support for the SGI Indy and Indigo2 Workstation.

endif # SND_MIPS

2 changes: 1 addition & 1 deletion sound/pci/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ config SND_CMIPCI
will be called snd-cmipci.

config SND_OXYGEN_LIB
tristate
tristate

config SND_OXYGEN
tristate "C-Media 8786, 8787, 8788 (Oxygen)"
Expand Down
14 changes: 7 additions & 7 deletions sound/soc/cirrus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ config SND_EP93XX_SOC_AC97
select SND_SOC_AC97_BUS

config SND_EP93XX_SOC_SNAPPERCL15
tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
select SND_EP93XX_SOC_I2S
select SND_SOC_TLV320AIC23_I2C
help
Say Y or M here if you want to add support for I2S audio on the
Bluewater Systems Snapper CL15 module.
tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
select SND_EP93XX_SOC_I2S
select SND_SOC_TLV320AIC23_I2C
help
Say Y or M here if you want to add support for I2S audio on the
Bluewater Systems Snapper CL15 module.

config SND_EP93XX_SOC_SIMONE
tristate "SoC Audio support for Simplemachines Sim.One board"
Expand Down
32 changes: 16 additions & 16 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -257,16 +257,16 @@ config SND_SOC_ALL_CODECS
select SND_SOC_WM9705 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
select SND_SOC_WM9712 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
select SND_SOC_WM9713 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
help
Normally ASoC codec drivers are only built if a machine driver which
uses them is also built since they are only usable with a machine
driver. Selecting this option will allow these drivers to be built
without an explicit machine driver for test and development purposes.
help
Normally ASoC codec drivers are only built if a machine driver which
uses them is also built since they are only usable with a machine
driver. Selecting this option will allow these drivers to be built
without an explicit machine driver for test and development purposes.

Support for the bus types used to access the codecs to be built must
be selected separately.

If unsure select "N".
If unsure select "N".

config SND_SOC_88PM860X
tristate
Expand Down Expand Up @@ -570,8 +570,8 @@ config SND_SOC_CS42XX8_I2C

# Cirrus Logic CS43130 HiFi DAC
config SND_SOC_CS43130
tristate "Cirrus Logic CS43130 CODEC"
depends on I2C
tristate "Cirrus Logic CS43130 CODEC"
depends on I2C

config SND_SOC_CS4341
tristate "Cirrus Logic CS4341 CODEC"
Expand Down Expand Up @@ -643,19 +643,19 @@ config SND_SOC_L3
tristate

config SND_SOC_DA7210
tristate
tristate

config SND_SOC_DA7213
tristate
tristate

config SND_SOC_DA7218
tristate

config SND_SOC_DA7219
tristate
tristate

config SND_SOC_DA732X
tristate
tristate

config SND_SOC_DA9055
tristate
Expand Down Expand Up @@ -717,7 +717,7 @@ config SND_SOC_INNO_RK3036
select REGMAP_MMIO

config SND_SOC_ISABELLE
tristate
tristate

config SND_SOC_LM49453
tristate
Expand Down Expand Up @@ -988,7 +988,7 @@ config SND_SOC_RT5640
tristate

config SND_SOC_RT5645
tristate
tristate

config SND_SOC_RT5651
tristate
Expand Down Expand Up @@ -1220,7 +1220,7 @@ config SND_SOC_UDA134X
tristate

config SND_SOC_UDA1380
tristate
tristate
depends on I2C

config SND_SOC_WCD9335
Expand Down Expand Up @@ -1348,7 +1348,7 @@ config SND_SOC_WM8904
depends on I2C

config SND_SOC_WM8940
tristate
tristate

config SND_SOC_WM8955
tristate
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/intel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ config SND_SOC_INTEL_SKYLAKE
select SND_SOC_INTEL_CNL
select SND_SOC_INTEL_CFL
help
This is a backwards-compatible option to select all devices
This is a backwards-compatible option to select all devices
supported by the Intel SST/Skylake driver. This option is no
longer recommended and will be deprecated when the SOF
driver is introduced. Distributions should explicitly
Expand Down
48 changes: 24 additions & 24 deletions sound/soc/intel/boards/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ menuconfig SND_SOC_INTEL_MACH
bool "Intel Machine drivers"
depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
help
Intel ASoC Machine Drivers. If you have a Intel machine that
has an audio controller with a DSP and I2S or DMIC port, then
enable this option by saying Y
Intel ASoC Machine Drivers. If you have a Intel machine that
has an audio controller with a DSP and I2S or DMIC port, then
enable this option by saying Y

Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about Intel ASoC machine drivers.
Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all
the questions about Intel ASoC machine drivers.

if SND_SOC_INTEL_MACH

Expand Down Expand Up @@ -114,11 +114,11 @@ config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
depends on X86_INTEL_LPSS || COMPILE_TEST
select SND_SOC_ACPI
select SND_SOC_RT5670
help
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
platforms with RT5672 audio codec.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
help
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
platforms with RT5672 audio codec.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".

config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
tristate "Cherrytrail & Braswell with RT5645/5650 codec"
Expand Down Expand Up @@ -311,20 +311,20 @@ config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
If unsure select "N".

config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
tristate "KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
tristate "KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
depends on I2C && ACPI
depends on MFD_INTEL_LPSS || COMPILE_TEST
depends on SPI
select SND_SOC_RT5663
select SND_SOC_RT5514
select SND_SOC_RT5514_SPI
select SND_SOC_MAX98927
select SND_SOC_HDAC_HDMI
help
This adds support for ASoC Onboard Codec I2S machine driver. This will
create an alsa sound card for RT5663 + RT5514 + MAX98927.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".
depends on SPI
select SND_SOC_RT5663
select SND_SOC_RT5514
select SND_SOC_RT5514_SPI
select SND_SOC_MAX98927
select SND_SOC_HDAC_HDMI
help
This adds support for ASoC Onboard Codec I2S machine driver. This will
create an alsa sound card for RT5663 + RT5514 + MAX98927.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".

config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH
tristate "KBL with DA7219 and MAX98357A in I2S Mode"
Expand Down Expand Up @@ -393,7 +393,7 @@ config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH
help
This adds support for ASoC machine driver for Intel platforms
SKL/KBL/BXT/APL with iDisp, HDA audio codecs.
Say Y or m if you have such a device. This is a recommended option.
Say Y or m if you have such a device. This is a recommended option.
If unsure select "N".

endif ## SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC || SND_SOC_SOF_HDA_AUDIO_CODEC
Expand Down
Loading

0 comments on commit 82e8d72

Please sign in to comment.