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>
This commit is contained in:
Krzysztof Kozlowski 2019-10-04 16:49:31 +02:00 committed by Takashi Iwai
parent da0c9ea146
commit 82e8d723e9
18 changed files with 161 additions and 161 deletions

View File

@ -72,11 +72,11 @@ config SND_PCM_OSS
config SND_PCM_OSS_PLUGINS config SND_PCM_OSS_PLUGINS
bool "OSS PCM (digital audio) API - Include plugin system" bool "OSS PCM (digital audio) API - Include plugin system"
depends on SND_PCM_OSS depends on SND_PCM_OSS
default y default y
help help
If you disable this option, the ALSA's OSS PCM API will not If you disable this option, the ALSA's OSS PCM API will not
support conversion of channels, formats and rates. It will support conversion of channels, formats and rates. It will
behave like most of new OSS/Free drivers in 2.4/2.6 kernels. behave like most of new OSS/Free drivers in 2.4/2.6 kernels.
config SND_PCM_TIMER config SND_PCM_TIMER
bool "PCM timer interface" if EXPERT bool "PCM timer interface" if EXPERT
@ -128,13 +128,13 @@ config SND_SUPPORT_OLD_API
or older). or older).
config SND_PROC_FS config SND_PROC_FS
bool "Sound Proc FS Support" if EXPERT bool "Sound Proc FS Support" if EXPERT
depends on PROC_FS depends on PROC_FS
default y default y
help help
Say 'N' to disable Sound proc FS, which may reduce code size about Say 'N' to disable Sound proc FS, which may reduce code size about
9KB on x86_64 platform. 9KB on x86_64 platform.
If unsure say Y. If unsure say Y.
config SND_VERBOSE_PROCFS config SND_VERBOSE_PROCFS
bool "Verbose procfs contents" bool "Verbose procfs contents"
@ -142,8 +142,8 @@ config SND_VERBOSE_PROCFS
default y default y
help help
Say Y here to include code for verbose procfs contents (provides Say Y here to include code for verbose procfs contents (provides
useful information to developers when a problem occurs). On the useful information to developers when a problem occurs). On the
other side, it makes the ALSA subsystem larger. other side, it makes the ALSA subsystem larger.
config SND_VERBOSE_PRINTK config SND_VERBOSE_PRINTK
bool "Verbose printk" bool "Verbose printk"
@ -164,7 +164,7 @@ config SND_DEBUG_VERBOSE
depends on SND_DEBUG depends on SND_DEBUG
help help
Say Y here to enable extra-verbose debugging messages. Say Y here to enable extra-verbose debugging messages.
Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages. Let me repeat: it enables EXTRA-VERBOSE DEBUGGING messages.
So, say Y only if you are ready to be annoyed. So, say Y only if you are ready to be annoyed.

View File

@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only
config SND_MPU401_UART config SND_MPU401_UART
tristate tristate
select SND_RAWMIDI select SND_RAWMIDI
config SND_OPL3_LIB config SND_OPL3_LIB
tristate tristate
@ -90,16 +90,16 @@ config SND_DUMMY
will be called snd-dummy. will be called snd-dummy.
config SND_ALOOP config SND_ALOOP
tristate "Generic loopback driver (PCM)" tristate "Generic loopback driver (PCM)"
select SND_PCM select SND_PCM
help help
Say 'Y' or 'M' to include support for the PCM loopback device. Say 'Y' or 'M' to include support for the PCM loopback device.
This module returns played samples back to the user space using This module returns played samples back to the user space using
the standard ALSA PCM device. The devices are routed 0->1 and 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 number is the capture device. Module creates two PCM devices and
configured number of substreams (see the pcm_substreams module configured number of substreams (see the pcm_substreams module
parameter). parameter).
The loopback device allows time sychronization with an external The loopback device allows time sychronization with an external
timing source using the time shift universal control (+-20% timing source using the time shift universal control (+-20%
@ -142,12 +142,12 @@ config SND_MTS64
select SND_RAWMIDI select SND_RAWMIDI
help help
The ESI Miditerminal 4140 is a 4 In 4 Out MIDI Interface with 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. Say 'Y' to include support for this device.
To compile this driver as a module, chose 'M' here: the module 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 config SND_SERIAL_U16550
tristate "UART16550 serial MIDI driver" tristate "UART16550 serial MIDI driver"

View File

@ -77,7 +77,7 @@ config SND_BEBOB
tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware" tristate "BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware"
select SND_FIREWIRE_LIB select SND_FIREWIRE_LIB
select SND_HWDEP select SND_HWDEP
help help
Say Y here to include support for FireWire devices based Say Y here to include support for FireWire devices based
on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware: on BridgeCo DM1000/DM1100/DM1500 with BeBoB firmware:
* Edirol FA-66/FA-101 * Edirol FA-66/FA-101
@ -111,8 +111,8 @@ config SND_BEBOB
* M-Audio FireWire 1814/ProjectMix IO * M-Audio FireWire 1814/ProjectMix IO
* Digidesign Mbox 2 Pro * Digidesign Mbox 2 Pro
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called snd-bebob. will be called snd-bebob.
config SND_FIREWIRE_DIGI00X config SND_FIREWIRE_DIGI00X
tristate "Digidesign Digi 002/003 family support" tristate "Digidesign Digi 002/003 family support"

View File

@ -2,22 +2,22 @@
# ALSA ISA drivers # ALSA ISA drivers
config SND_WSS_LIB config SND_WSS_LIB
tristate tristate
select SND_PCM select SND_PCM
select SND_TIMER select SND_TIMER
config SND_SB_COMMON config SND_SB_COMMON
tristate tristate
config SND_SB8_DSP config SND_SB8_DSP
tristate tristate
select SND_PCM select SND_PCM
select SND_SB_COMMON select SND_SB_COMMON
config SND_SB16_DSP config SND_SB16_DSP
tristate tristate
select SND_PCM select SND_PCM
select SND_SB_COMMON select SND_SB_COMMON
menuconfig SND_ISA menuconfig SND_ISA
bool "ISA sound devices" bool "ISA sound devices"

View File

@ -14,15 +14,15 @@ config SND_SGI_O2
tristate "SGI O2 Audio" tristate "SGI O2 Audio"
depends on SGI_IP32 depends on SGI_IP32
select SND_PCM select SND_PCM
help help
Sound support for the SGI O2 Workstation. Sound support for the SGI O2 Workstation.
config SND_SGI_HAL2 config SND_SGI_HAL2
tristate "SGI HAL2 Audio" tristate "SGI HAL2 Audio"
depends on SGI_HAS_HAL2 depends on SGI_HAS_HAL2
select SND_PCM select SND_PCM
help help
Sound support for the SGI Indy and Indigo2 Workstation. Sound support for the SGI Indy and Indigo2 Workstation.
endif # SND_MIPS endif # SND_MIPS

View File

@ -217,7 +217,7 @@ config SND_CMIPCI
will be called snd-cmipci. will be called snd-cmipci.
config SND_OXYGEN_LIB config SND_OXYGEN_LIB
tristate tristate
config SND_OXYGEN config SND_OXYGEN
tristate "C-Media 8786, 8787, 8788 (Oxygen)" tristate "C-Media 8786, 8787, 8788 (Oxygen)"

View File

@ -33,13 +33,13 @@ config SND_EP93XX_SOC_AC97
select SND_SOC_AC97_BUS select SND_SOC_AC97_BUS
config SND_EP93XX_SOC_SNAPPERCL15 config SND_EP93XX_SOC_SNAPPERCL15
tristate "SoC Audio support for Bluewater Systems Snapper CL15 module" tristate "SoC Audio support for Bluewater Systems Snapper CL15 module"
depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C depends on SND_EP93XX_SOC && MACH_SNAPPER_CL15 && I2C
select SND_EP93XX_SOC_I2S select SND_EP93XX_SOC_I2S
select SND_SOC_TLV320AIC23_I2C select SND_SOC_TLV320AIC23_I2C
help help
Say Y or M here if you want to add support for I2S audio on the Say Y or M here if you want to add support for I2S audio on the
Bluewater Systems Snapper CL15 module. Bluewater Systems Snapper CL15 module.
config SND_EP93XX_SOC_SIMONE config SND_EP93XX_SOC_SIMONE
tristate "SoC Audio support for Simplemachines Sim.One board" tristate "SoC Audio support for Simplemachines Sim.One board"

View File

@ -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_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_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) select SND_SOC_WM9713 if (SND_SOC_AC97_BUS || SND_SOC_AC97_BUS_NEW)
help help
Normally ASoC codec drivers are only built if a machine driver which 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 uses them is also built since they are only usable with a machine
driver. Selecting this option will allow these drivers to be built driver. Selecting this option will allow these drivers to be built
without an explicit machine driver for test and development purposes. without an explicit machine driver for test and development purposes.
Support for the bus types used to access the codecs to be built must Support for the bus types used to access the codecs to be built must
be selected separately. be selected separately.
If unsure select "N". If unsure select "N".
config SND_SOC_88PM860X config SND_SOC_88PM860X
tristate tristate
@ -570,8 +570,8 @@ config SND_SOC_CS42XX8_I2C
# Cirrus Logic CS43130 HiFi DAC # Cirrus Logic CS43130 HiFi DAC
config SND_SOC_CS43130 config SND_SOC_CS43130
tristate "Cirrus Logic CS43130 CODEC" tristate "Cirrus Logic CS43130 CODEC"
depends on I2C depends on I2C
config SND_SOC_CS4341 config SND_SOC_CS4341
tristate "Cirrus Logic CS4341 CODEC" tristate "Cirrus Logic CS4341 CODEC"
@ -643,19 +643,19 @@ config SND_SOC_L3
tristate tristate
config SND_SOC_DA7210 config SND_SOC_DA7210
tristate tristate
config SND_SOC_DA7213 config SND_SOC_DA7213
tristate tristate
config SND_SOC_DA7218 config SND_SOC_DA7218
tristate tristate
config SND_SOC_DA7219 config SND_SOC_DA7219
tristate tristate
config SND_SOC_DA732X config SND_SOC_DA732X
tristate tristate
config SND_SOC_DA9055 config SND_SOC_DA9055
tristate tristate
@ -717,7 +717,7 @@ config SND_SOC_INNO_RK3036
select REGMAP_MMIO select REGMAP_MMIO
config SND_SOC_ISABELLE config SND_SOC_ISABELLE
tristate tristate
config SND_SOC_LM49453 config SND_SOC_LM49453
tristate tristate
@ -988,7 +988,7 @@ config SND_SOC_RT5640
tristate tristate
config SND_SOC_RT5645 config SND_SOC_RT5645
tristate tristate
config SND_SOC_RT5651 config SND_SOC_RT5651
tristate tristate
@ -1220,7 +1220,7 @@ config SND_SOC_UDA134X
tristate tristate
config SND_SOC_UDA1380 config SND_SOC_UDA1380
tristate tristate
depends on I2C depends on I2C
config SND_SOC_WCD9335 config SND_SOC_WCD9335
@ -1348,7 +1348,7 @@ config SND_SOC_WM8904
depends on I2C depends on I2C
config SND_SOC_WM8940 config SND_SOC_WM8940
tristate tristate
config SND_SOC_WM8955 config SND_SOC_WM8955
tristate tristate

View File

@ -113,7 +113,7 @@ config SND_SOC_INTEL_SKYLAKE
select SND_SOC_INTEL_CNL select SND_SOC_INTEL_CNL
select SND_SOC_INTEL_CFL select SND_SOC_INTEL_CFL
help 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 supported by the Intel SST/Skylake driver. This option is no
longer recommended and will be deprecated when the SOF longer recommended and will be deprecated when the SOF
driver is introduced. Distributions should explicitly driver is introduced. Distributions should explicitly

View File

@ -3,13 +3,13 @@ menuconfig SND_SOC_INTEL_MACH
bool "Intel Machine drivers" bool "Intel Machine drivers"
depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL
help help
Intel ASoC Machine Drivers. If you have a Intel machine that Intel ASoC Machine Drivers. If you have a Intel machine that
has an audio controller with a DSP and I2S or DMIC port, then has an audio controller with a DSP and I2S or DMIC port, then
enable this option by saying Y enable this option by saying Y
Note that the answer to this question doesn't directly affect the Note that the answer to this question doesn't directly affect the
kernel: saying N will just cause the configurator to skip all kernel: saying N will just cause the configurator to skip all
the questions about Intel ASoC machine drivers. the questions about Intel ASoC machine drivers.
if SND_SOC_INTEL_MACH if SND_SOC_INTEL_MACH
@ -114,11 +114,11 @@ config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
depends on X86_INTEL_LPSS || COMPILE_TEST depends on X86_INTEL_LPSS || COMPILE_TEST
select SND_SOC_ACPI select SND_SOC_ACPI
select SND_SOC_RT5670 select SND_SOC_RT5670
help help
This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
platforms with RT5672 audio codec. platforms with RT5672 audio codec.
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". If unsure select "N".
config SND_SOC_INTEL_CHT_BSW_RT5645_MACH config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
tristate "Cherrytrail & Braswell with RT5645/5650 codec" tristate "Cherrytrail & Braswell with RT5645/5650 codec"
@ -311,20 +311,20 @@ config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
If unsure select "N". If unsure select "N".
config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH 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 I2C && ACPI
depends on MFD_INTEL_LPSS || COMPILE_TEST depends on MFD_INTEL_LPSS || COMPILE_TEST
depends on SPI depends on SPI
select SND_SOC_RT5663 select SND_SOC_RT5663
select SND_SOC_RT5514 select SND_SOC_RT5514
select SND_SOC_RT5514_SPI select SND_SOC_RT5514_SPI
select SND_SOC_MAX98927 select SND_SOC_MAX98927
select SND_SOC_HDAC_HDMI select SND_SOC_HDAC_HDMI
help help
This adds support for ASoC Onboard Codec I2S machine driver. This will This adds support for ASoC Onboard Codec I2S machine driver. This will
create an alsa sound card for RT5663 + RT5514 + MAX98927. create an alsa sound card for RT5663 + RT5514 + MAX98927.
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". If unsure select "N".
config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH
tristate "KBL with DA7219 and MAX98357A in I2S Mode" tristate "KBL with DA7219 and MAX98357A in I2S Mode"
@ -393,7 +393,7 @@ config SND_SOC_INTEL_SKL_HDA_DSP_GENERIC_MACH
help help
This adds support for ASoC machine driver for Intel platforms This adds support for ASoC machine driver for Intel platforms
SKL/KBL/BXT/APL with iDisp, HDA audio codecs. 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". If unsure select "N".
endif ## SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC || SND_SOC_SOF_HDA_AUDIO_CODEC endif ## SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC || SND_SOC_SOF_HDA_AUDIO_CODEC

View File

@ -190,14 +190,14 @@ config SND_PXA2XX_SOC_MAGICIAN
HTC Magician. HTC Magician.
config SND_PXA2XX_SOC_MIOA701 config SND_PXA2XX_SOC_MIOA701
tristate "SoC Audio support for MIO A701" tristate "SoC Audio support for MIO A701"
depends on SND_PXA2XX_SOC && MACH_MIOA701 depends on SND_PXA2XX_SOC && MACH_MIOA701
depends on AC97_BUS=n depends on AC97_BUS=n
select SND_PXA2XX_SOC_AC97 select SND_PXA2XX_SOC_AC97
select SND_SOC_WM9713 select SND_SOC_WM9713
help help
Say Y if you want to add support for SoC audio on the Say Y if you want to add support for SoC audio on the
MIO A701. MIO A701.
config SND_PXA2XX_SOC_IMOTE2 config SND_PXA2XX_SOC_IMOTE2
tristate "SoC Audio support for IMote 2" tristate "SoC Audio support for IMote 2"
@ -205,7 +205,7 @@ config SND_PXA2XX_SOC_IMOTE2
select SND_PXA2XX_SOC_I2S select SND_PXA2XX_SOC_I2S
select SND_SOC_WM8940 select SND_SOC_WM8940
help help
Say Y if you want to add support for SoC audio on the Say Y if you want to add support for SoC audio on the
IMote 2. IMote 2.
config SND_MMP_SOC_BROWNSTONE config SND_MMP_SOC_BROWNSTONE

View File

@ -3,8 +3,8 @@ config SND_SOC_QCOM
tristate "ASoC support for QCOM platforms" tristate "ASoC support for QCOM platforms"
depends on ARCH_QCOM || COMPILE_TEST depends on ARCH_QCOM || COMPILE_TEST
help help
Say Y or M if you want to add support to use audio devices Say Y or M if you want to add support to use audio devices
in Qualcomm Technologies SOC-based platforms. in Qualcomm Technologies SOC-based platforms.
config SND_SOC_LPASS_CPU config SND_SOC_LPASS_CPU
tristate tristate
@ -30,17 +30,17 @@ config SND_SOC_STORM
select SND_SOC_LPASS_IPQ806X select SND_SOC_LPASS_IPQ806X
select SND_SOC_MAX98357A select SND_SOC_MAX98357A
help help
Say Y or M if you want add support for SoC audio on the Say Y or M if you want add support for SoC audio on the
Qualcomm Technologies IPQ806X-based Storm board. Qualcomm Technologies IPQ806X-based Storm board.
config SND_SOC_APQ8016_SBC config SND_SOC_APQ8016_SBC
tristate "SoC Audio support for APQ8016 SBC platforms" tristate "SoC Audio support for APQ8016 SBC platforms"
depends on SND_SOC_QCOM depends on SND_SOC_QCOM
select SND_SOC_LPASS_APQ8016 select SND_SOC_LPASS_APQ8016
help help
Support for Qualcomm Technologies LPASS audio block in Support for Qualcomm Technologies LPASS audio block in
APQ8016 SOC-based systems. APQ8016 SOC-based systems.
Say Y if you want to use audio devices on MI2S. Say Y if you want to use audio devices on MI2S.
config SND_SOC_QCOM_COMMON config SND_SOC_QCOM_COMMON
tristate tristate
@ -93,9 +93,9 @@ config SND_SOC_MSM8996
select SND_SOC_QDSP6 select SND_SOC_QDSP6
select SND_SOC_QCOM_COMMON select SND_SOC_QCOM_COMMON
help help
Support for Qualcomm Technologies LPASS audio block in Support for Qualcomm Technologies LPASS audio block in
APQ8096 SoC-based systems. APQ8096 SoC-based systems.
Say Y if you want to use audio device on this SoCs Say Y if you want to use audio device on this SoCs
config SND_SOC_SDM845 config SND_SOC_SDM845
tristate "SoC Machine driver for SDM845 boards" tristate "SoC Machine driver for SDM845 boards"

View File

@ -195,10 +195,10 @@ config SND_SOC_ODROID
Say Y here to enable audio support for the Odroid XU3/XU4. Say Y here to enable audio support for the Odroid XU3/XU4.
config SND_SOC_ARNDALE_RT5631_ALC5631 config SND_SOC_ARNDALE_RT5631_ALC5631
tristate "Audio support for RT5631(ALC5631) on Arndale Board" tristate "Audio support for RT5631(ALC5631) on Arndale Board"
depends on I2C depends on I2C
select SND_SAMSUNG_I2S select SND_SAMSUNG_I2S
select SND_SOC_RT5631 select SND_SOC_RT5631
config SND_SOC_SAMSUNG_TM2_WM5110 config SND_SOC_SAMSUNG_TM2_WM5110
tristate "SoC I2S Audio support for WM5110 on TM2 board" tristate "SoC I2S Audio support for WM5110 on TM2 board"

View File

@ -5,9 +5,9 @@ config SND_SOC_SOF_IMX_TOPLEVEL
depends on ARM64|| COMPILE_TEST depends on ARM64|| COMPILE_TEST
depends on SND_SOC_SOF_OF depends on SND_SOC_SOF_OF
help help
This adds support for Sound Open Firmware for NXP i.MX platforms. This adds support for Sound Open Firmware for NXP i.MX platforms.
Say Y if you have such a device. Say Y if you have such a device.
If unsure select "N". If unsure select "N".
if SND_SOC_SOF_IMX_TOPLEVEL if SND_SOC_SOF_IMX_TOPLEVEL
@ -16,8 +16,8 @@ config SND_SOC_SOF_IMX8
depends on IMX_SCU depends on IMX_SCU
depends on IMX_DSP depends on IMX_DSP
help help
This adds support for Sound Open Firmware for NXP i.MX8 platforms This adds support for Sound Open Firmware for NXP i.MX8 platforms
Say Y if you have such a device. Say Y if you have such a device.
If unsure select "N". If unsure select "N".
endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL endif ## SND_SOC_SOF_IMX_IMX_TOPLEVEL

View File

@ -36,7 +36,7 @@ config SND_SOC_SOF_INTEL_PCI
config SND_SOC_SOF_INTEL_HIFI_EP_IPC config SND_SOC_SOF_INTEL_HIFI_EP_IPC
tristate tristate
help help
This option is not user-selectable but automagically handled by This option is not user-selectable but automagically handled by
'select' statements at a higher level 'select' statements at a higher level
config SND_SOC_SOF_INTEL_ATOM_HIFI_EP config SND_SOC_SOF_INTEL_ATOM_HIFI_EP
@ -217,31 +217,31 @@ config SND_SOC_SOF_COMETLAKE_H_SUPPORT
config SND_SOC_SOF_TIGERLAKE_SUPPORT config SND_SOC_SOF_TIGERLAKE_SUPPORT
bool "SOF support for Tigerlake" bool "SOF support for Tigerlake"
help help
This adds support for Sound Open Firmware for Intel(R) platforms This adds support for Sound Open Firmware for Intel(R) platforms
using the Tigerlake processors. using the Tigerlake processors.
Say Y if you have such a device. Say Y if you have such a device.
If unsure select "N". If unsure select "N".
config SND_SOC_SOF_TIGERLAKE config SND_SOC_SOF_TIGERLAKE
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
help help
This option is not user-selectable but automagically handled by This option is not user-selectable but automagically handled by
'select' statements at a higher level 'select' statements at a higher level
config SND_SOC_SOF_ELKHARTLAKE_SUPPORT config SND_SOC_SOF_ELKHARTLAKE_SUPPORT
bool "SOF support for ElkhartLake" bool "SOF support for ElkhartLake"
help help
This adds support for Sound Open Firmware for Intel(R) platforms This adds support for Sound Open Firmware for Intel(R) platforms
using the ElkhartLake processors. using the ElkhartLake processors.
Say Y if you have such a device. Say Y if you have such a device.
If unsure select "N". If unsure select "N".
config SND_SOC_SOF_ELKHARTLAKE config SND_SOC_SOF_ELKHARTLAKE
tristate tristate
select SND_SOC_SOF_HDA_COMMON select SND_SOC_SOF_HDA_COMMON
help help
This option is not user-selectable but automagically handled by This option is not user-selectable but automagically handled by
'select' statements at a higher level 'select' statements at a higher level
config SND_SOC_SOF_HDA_COMMON config SND_SOC_SOF_HDA_COMMON

View File

@ -9,15 +9,15 @@ config SND_SOC_XILINX_I2S
encapsulates PCM in AES format and sends AES data. encapsulates PCM in AES format and sends AES data.
config SND_SOC_XILINX_AUDIO_FORMATTER config SND_SOC_XILINX_AUDIO_FORMATTER
tristate "Audio support for the the Xilinx audio formatter" tristate "Audio support for the the Xilinx audio formatter"
help help
Select this option to enable Xilinx audio formatter Select this option to enable Xilinx audio formatter
support. This provides DMA platform device support for support. This provides DMA platform device support for
audio functionality. audio functionality.
config SND_SOC_XILINX_SPDIF config SND_SOC_XILINX_SPDIF
tristate "Audio support for the the Xilinx SPDIF" tristate "Audio support for the the Xilinx SPDIF"
help help
Select this option to enable Xilinx SPDIF Audio. Select this option to enable Xilinx SPDIF Audio.
This provides playback and capture of SPDIF audio in This provides playback and capture of SPDIF audio in
AES format. AES format.

View File

@ -18,9 +18,9 @@ config ZX_I2S
ZTE ZX I2S interface ZTE ZX I2S interface
config ZX_TDM config ZX_TDM
tristate "ZTE ZX TDM Driver Support" tristate "ZTE ZX TDM Driver Support"
depends on COMMON_CLK depends on COMMON_CLK
select SND_SOC_GENERIC_DMAENGINE_PCM select SND_SOC_GENERIC_DMAENGINE_PCM
help help
Say Y or M if you want to add support for codecs attached to the Say Y or M if you want to add support for codecs attached to the
ZTE ZX TDM interface ZTE ZX TDM interface

View File

@ -107,24 +107,24 @@ config SND_USB_US122L
will be called snd-usb-us122l. will be called snd-usb-us122l.
config SND_USB_6FIRE config SND_USB_6FIRE
tristate "TerraTec DMX 6Fire USB" tristate "TerraTec DMX 6Fire USB"
select FW_LOADER select FW_LOADER
select BITREVERSE select BITREVERSE
select SND_RAWMIDI select SND_RAWMIDI
select SND_PCM select SND_PCM
select SND_VMASTER select SND_VMASTER
help help
Say Y here to include support for TerraTec 6fire DMX USB interface. Say Y here to include support for TerraTec 6fire DMX USB interface.
You will need firmware files in order to be able to use the device You will need firmware files in order to be able to use the device
after it has been coldstarted. An install script for the firmware after it has been coldstarted. An install script for the firmware
and further help can be found at and further help can be found at
http://sixfireusb.sourceforge.net http://sixfireusb.sourceforge.net
config SND_USB_HIFACE config SND_USB_HIFACE
tristate "M2Tech hiFace USB-SPDIF driver" tristate "M2Tech hiFace USB-SPDIF driver"
select SND_PCM select SND_PCM
help help
Select this option to include support for M2Tech hiFace USB-SPDIF Select this option to include support for M2Tech hiFace USB-SPDIF
interface. interface.