diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-05-19 08:07:45 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-21 04:50:46 -0400 |
commit | ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1 (patch) | |
tree | 66fbd55224767888b7db1f007a063c47669f652d /sound | |
parent | 09c434b8a0047c69e48499de0107de312901e798 (diff) |
treewide: Add SPDX license identifier - Makefile/Kconfig
Add SPDX license identifiers to all Make/Kconfig files which:
- Have no license information of any form
These files fall under the project license, GPL v2 only. The resulting SPDX
license identifier is:
GPL-2.0-only
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound')
140 files changed, 140 insertions, 0 deletions
diff --git a/sound/Kconfig b/sound/Kconfig index 1140e9988fc5..36785410fbe1 100644 --- a/sound/Kconfig +++ b/sound/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SOUND | 2 | menuconfig SOUND |
2 | tristate "Sound card support" | 3 | tristate "Sound card support" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/sound/ac97/Kconfig b/sound/ac97/Kconfig index baa5f8ef89d2..f0e31f2bb04d 100644 --- a/sound/ac97/Kconfig +++ b/sound/ac97/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # AC97 configuration | 3 | # AC97 configuration |
3 | # | 4 | # |
diff --git a/sound/ac97/Makefile b/sound/ac97/Makefile index f9c2640bfb59..f5efa1ad7e7f 100644 --- a/sound/ac97/Makefile +++ b/sound/ac97/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # make for AC97 bus drivers | 3 | # make for AC97 bus drivers |
3 | # | 4 | # |
diff --git a/sound/aoa/Kconfig b/sound/aoa/Kconfig index c081e18b9540..d70ca0f33c67 100644 --- a/sound/aoa/Kconfig +++ b/sound/aoa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_AOA | 2 | menuconfig SND_AOA |
2 | tristate "Apple Onboard Audio driver" | 3 | tristate "Apple Onboard Audio driver" |
3 | depends on PPC_PMAC | 4 | depends on PPC_PMAC |
diff --git a/sound/aoa/Makefile b/sound/aoa/Makefile index a8c037f908f8..8dbfb01ba227 100644 --- a/sound/aoa/Makefile +++ b/sound/aoa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA) += core/ | 2 | obj-$(CONFIG_SND_AOA) += core/ |
2 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/ | 3 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += soundbus/ |
3 | obj-$(CONFIG_SND_AOA) += fabrics/ | 4 | obj-$(CONFIG_SND_AOA) += fabrics/ |
diff --git a/sound/aoa/codecs/Kconfig b/sound/aoa/codecs/Kconfig index 0c68e32834c3..8ac13fdbcfe0 100644 --- a/sound/aoa/codecs/Kconfig +++ b/sound/aoa/codecs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_ONYX | 2 | config SND_AOA_ONYX |
2 | tristate "support Onyx chip" | 3 | tristate "support Onyx chip" |
3 | select I2C | 4 | select I2C |
diff --git a/sound/aoa/fabrics/Kconfig b/sound/aoa/fabrics/Kconfig index 3ca475a886b1..1d8a718e9c56 100644 --- a/sound/aoa/fabrics/Kconfig +++ b/sound/aoa/fabrics/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_FABRIC_LAYOUT | 2 | config SND_AOA_FABRIC_LAYOUT |
2 | tristate "layout-id fabric" | 3 | tristate "layout-id fabric" |
3 | select SND_AOA_SOUNDBUS | 4 | select SND_AOA_SOUNDBUS |
diff --git a/sound/aoa/fabrics/Makefile b/sound/aoa/fabrics/Makefile index da37c10eca51..3f1d55f3f1fc 100644 --- a/sound/aoa/fabrics/Makefile +++ b/sound/aoa/fabrics/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-aoa-fabric-layout-objs += layout.o | 2 | snd-aoa-fabric-layout-objs += layout.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o | 4 | obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o |
diff --git a/sound/aoa/soundbus/Kconfig b/sound/aoa/soundbus/Kconfig index 839d1137b9b2..ac084df0f97b 100644 --- a/sound/aoa/soundbus/Kconfig +++ b/sound/aoa/soundbus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_AOA_SOUNDBUS | 2 | config SND_AOA_SOUNDBUS |
2 | tristate "Apple Soundbus support" | 3 | tristate "Apple Soundbus support" |
3 | select SND_PCM | 4 | select SND_PCM |
diff --git a/sound/aoa/soundbus/Makefile b/sound/aoa/soundbus/Makefile index 0e61f5aa06b5..e0b61cf5518e 100644 --- a/sound/aoa/soundbus/Makefile +++ b/sound/aoa/soundbus/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += snd-aoa-soundbus.o | 2 | obj-$(CONFIG_SND_AOA_SOUNDBUS) += snd-aoa-soundbus.o |
2 | snd-aoa-soundbus-objs := core.o sysfs.o | 3 | snd-aoa-soundbus-objs := core.o sysfs.o |
3 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += i2sbus/ | 4 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += i2sbus/ |
diff --git a/sound/aoa/soundbus/i2sbus/Makefile b/sound/aoa/soundbus/i2sbus/Makefile index 1b949b2a4028..1b38c87fef09 100644 --- a/sound/aoa/soundbus/i2sbus/Makefile +++ b/sound/aoa/soundbus/i2sbus/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o | 2 | obj-$(CONFIG_SND_AOA_SOUNDBUS_I2S) += snd-aoa-i2sbus.o |
2 | snd-aoa-i2sbus-objs := core.o pcm.o control.o | 3 | snd-aoa-i2sbus-objs := core.o pcm.o control.o |
diff --git a/sound/arm/Kconfig b/sound/arm/Kconfig index 28867732a318..dea2c661b353 100644 --- a/sound/arm/Kconfig +++ b/sound/arm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA ARM drivers | 2 | # ALSA ARM drivers |
2 | 3 | ||
3 | menuconfig SND_ARM | 4 | menuconfig SND_ARM |
diff --git a/sound/atmel/Kconfig b/sound/atmel/Kconfig index d789cbcb9106..6ed2d4a73374 100644 --- a/sound/atmel/Kconfig +++ b/sound/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Atmel devices (AT91)" | 2 | menu "Atmel devices (AT91)" |
2 | depends on ARCH_AT91 | 3 | depends on ARCH_AT91 |
3 | 4 | ||
diff --git a/sound/atmel/Makefile b/sound/atmel/Makefile index d4009d1430ed..57bc6f65be19 100644 --- a/sound/atmel/Makefile +++ b/sound/atmel/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-atmel-ac97c-objs := ac97c.o | 2 | snd-atmel-ac97c-objs := ac97c.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o | 4 | obj-$(CONFIG_SND_ATMEL_AC97C) += snd-atmel-ac97c.o |
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 63b3ef9c83f5..4ee79ad6ae22 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA soundcard-configuration | 2 | # ALSA soundcard-configuration |
2 | config SND_TIMER | 3 | config SND_TIMER |
3 | tristate | 4 | tristate |
diff --git a/sound/core/seq/Kconfig b/sound/core/seq/Kconfig index 45c1336c6597..f84718a44980 100644 --- a/sound/core/seq/Kconfig +++ b/sound/core/seq/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SEQUENCER | 2 | config SND_SEQUENCER |
2 | tristate "Sequencer support" | 3 | tristate "Sequencer support" |
3 | select SND_TIMER | 4 | select SND_TIMER |
diff --git a/sound/core/seq/oss/Makefile b/sound/core/seq/oss/Makefile index 4ea4e3eea6b7..f1a60878549a 100644 --- a/sound/core/seq/oss/Makefile +++ b/sound/core/seq/oss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 648a12da44f9..09932cc98e9d 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_MPU401_UART | 2 | config SND_MPU401_UART |
2 | tristate | 3 | tristate |
3 | select SND_RAWMIDI | 4 | select SND_RAWMIDI |
diff --git a/sound/drivers/mpu401/Makefile b/sound/drivers/mpu401/Makefile index 918f83f34c11..3dfd5b374c4f 100644 --- a/sound/drivers/mpu401/Makefile +++ b/sound/drivers/mpu401/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/drivers/pcsp/Makefile b/sound/drivers/pcsp/Makefile index b19555b440da..77dc0ee1b598 100644 --- a/sound/drivers/pcsp/Makefile +++ b/sound/drivers/pcsp/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o | 2 | snd-pcsp-objs := pcsp.o pcsp_lib.o pcsp_mixer.o pcsp_input.o |
2 | obj-$(CONFIG_SND_PCSP) += snd-pcsp.o | 3 | obj-$(CONFIG_SND_PCSP) += snd-pcsp.o |
diff --git a/sound/drivers/vx/Makefile b/sound/drivers/vx/Makefile index 9a168a3c1560..d9f9ac670378 100644 --- a/sound/drivers/vx/Makefile +++ b/sound/drivers/vx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index b9e96d0b3a0a..b0a904cdb932 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_FIREWIRE | 2 | menuconfig SND_FIREWIRE |
2 | bool "FireWire sound devices" | 3 | bool "FireWire sound devices" |
3 | depends on FIREWIRE | 4 | depends on FIREWIRE |
diff --git a/sound/firewire/dice/Makefile b/sound/firewire/dice/Makefile index 37062a233f6a..115eadd8d42e 100644 --- a/sound/firewire/dice/Makefile +++ b/sound/firewire/dice/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ | 2 | snd-dice-objs := dice-transaction.o dice-stream.o dice-proc.o dice-midi.o \ |
2 | dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \ | 3 | dice-pcm.o dice-hwdep.o dice.o dice-tcelectronic.o \ |
3 | dice-alesis.o dice-extension.o dice-mytek.o | 4 | dice-alesis.o dice-extension.o dice-mytek.o |
diff --git a/sound/firewire/digi00x/Makefile b/sound/firewire/digi00x/Makefile index 1123e68c8b28..8add0cd9af3a 100644 --- a/sound/firewire/digi00x/Makefile +++ b/sound/firewire/digi00x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \ | 2 | snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \ |
2 | digi00x-pcm.o digi00x-hwdep.o \ | 3 | digi00x-pcm.o digi00x-hwdep.o \ |
3 | digi00x-transaction.o digi00x-midi.o digi00x.o | 4 | digi00x-transaction.o digi00x-midi.o digi00x.o |
diff --git a/sound/firewire/fireface/Makefile b/sound/firewire/fireface/Makefile index d64f4e2a1096..3aef221ce4b0 100644 --- a/sound/firewire/fireface/Makefile +++ b/sound/firewire/fireface/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ | 2 | snd-fireface-objs := ff.o ff-transaction.o ff-midi.o ff-proc.o amdtp-ff.o \ |
2 | ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \ | 3 | ff-stream.o ff-pcm.o ff-hwdep.o ff-protocol-former.o \ |
3 | ff-protocol-latter.o | 4 | ff-protocol-latter.o |
diff --git a/sound/firewire/fireworks/Makefile b/sound/firewire/fireworks/Makefile index 15ef7f75a8ef..3386121b2a04 100644 --- a/sound/firewire/fireworks/Makefile +++ b/sound/firewire/fireworks/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ | 2 | snd-fireworks-objs := fireworks_transaction.o fireworks_command.o \ |
2 | fireworks_stream.o fireworks_proc.o fireworks_midi.o \ | 3 | fireworks_stream.o fireworks_proc.o fireworks_midi.o \ |
3 | fireworks_pcm.o fireworks_hwdep.o fireworks.o | 4 | fireworks_pcm.o fireworks_hwdep.o fireworks.o |
diff --git a/sound/firewire/oxfw/Makefile b/sound/firewire/oxfw/Makefile index b474da7c6a1f..669d1e8238df 100644 --- a/sound/firewire/oxfw/Makefile +++ b/sound/firewire/oxfw/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \ | 2 | snd-oxfw-objs := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \ |
2 | oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o | 3 | oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o |
3 | obj-$(CONFIG_SND_OXFW) += snd-oxfw.o | 4 | obj-$(CONFIG_SND_OXFW) += snd-oxfw.o |
diff --git a/sound/firewire/tascam/Makefile b/sound/firewire/tascam/Makefile index 0fc955d5bd15..a1d21f244d64 100644 --- a/sound/firewire/tascam/Makefile +++ b/sound/firewire/tascam/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \ | 2 | snd-firewire-tascam-objs := tascam-proc.o amdtp-tascam.o tascam-stream.o \ |
2 | tascam-pcm.o tascam-hwdep.o tascam-transaction.o \ | 3 | tascam-pcm.o tascam-hwdep.o tascam-transaction.o \ |
3 | tascam-midi.o tascam.o | 4 | tascam-midi.o tascam.o |
diff --git a/sound/hda/Kconfig b/sound/hda/Kconfig index 2d90e11b3eaa..f6feced15f17 100644 --- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_HDA_CORE | 2 | config SND_HDA_CORE |
2 | tristate | 3 | tristate |
3 | select REGMAP | 4 | select REGMAP |
diff --git a/sound/hda/ext/Makefile b/sound/hda/ext/Makefile index 9b6f641c7777..154779bdc0ba 100644 --- a/sound/hda/ext/Makefile +++ b/sound/hda/ext/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o | 2 | snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o | 4 | obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o |
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index d7db1eeebc84..b690ed937cbe 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA ISA drivers | 2 | # ALSA ISA drivers |
2 | 3 | ||
3 | config SND_WSS_LIB | 4 | config SND_WSS_LIB |
diff --git a/sound/isa/ad1816a/Makefile b/sound/isa/ad1816a/Makefile index 487ab23860e3..93def7f16933 100644 --- a/sound/isa/ad1816a/Makefile +++ b/sound/isa/ad1816a/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/ad1848/Makefile b/sound/isa/ad1848/Makefile index 3d6dea3ff927..4eab89bbc845 100644 --- a/sound/isa/ad1848/Makefile +++ b/sound/isa/ad1848/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/cs423x/Makefile b/sound/isa/cs423x/Makefile index 6d397e8d54ac..91c6b8d64424 100644 --- a/sound/isa/cs423x/Makefile +++ b/sound/isa/cs423x/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/es1688/Makefile b/sound/isa/es1688/Makefile index aee1e4ddb22a..c683ac36c50e 100644 --- a/sound/isa/es1688/Makefile +++ b/sound/isa/es1688/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/galaxy/Makefile b/sound/isa/galaxy/Makefile index e307066d4315..ff861f238093 100644 --- a/sound/isa/galaxy/Makefile +++ b/sound/isa/galaxy/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz> |
diff --git a/sound/isa/wavefront/Makefile b/sound/isa/wavefront/Makefile index 601bdddd44d0..b8406dce81f5 100644 --- a/sound/isa/wavefront/Makefile +++ b/sound/isa/wavefront/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/isa/wss/Makefile b/sound/isa/wss/Makefile index 454fee769a31..34d0636b3dc3 100644 --- a/sound/isa/wss/Makefile +++ b/sound/isa/wss/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2008 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/mips/Kconfig b/sound/mips/Kconfig index 4a4705031cb9..8a33402fd415 100644 --- a/sound/mips/Kconfig +++ b/sound/mips/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA MIPS drivers | 2 | # ALSA MIPS drivers |
2 | 3 | ||
3 | menuconfig SND_MIPS | 4 | menuconfig SND_MIPS |
diff --git a/sound/mips/Makefile b/sound/mips/Makefile index b977c44330d6..ccc364eca692 100644 --- a/sound/mips/Makefile +++ b/sound/mips/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/oss/dmasound/Kconfig b/sound/oss/dmasound/Kconfig index f456574a964d..12e42165b4a5 100644 --- a/sound/oss/dmasound/Kconfig +++ b/sound/oss/dmasound/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config DMASOUND_ATARI | 2 | config DMASOUND_ATARI |
2 | tristate "Atari DMA sound support" | 3 | tristate "Atari DMA sound support" |
3 | depends on ATARI && SOUND | 4 | depends on ATARI && SOUND |
diff --git a/sound/oss/dmasound/Makefile b/sound/oss/dmasound/Makefile index 3c1531652d11..de8ae8346a09 100644 --- a/sound/oss/dmasound/Makefile +++ b/sound/oss/dmasound/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for the DMA sound driver | 3 | # Makefile for the DMA sound driver |
3 | # | 4 | # |
diff --git a/sound/parisc/Kconfig b/sound/parisc/Kconfig index 9b61d95010f0..425ceaf9c990 100644 --- a/sound/parisc/Kconfig +++ b/sound/parisc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PA-RISC drivers | 2 | # ALSA PA-RISC drivers |
2 | 3 | ||
3 | menuconfig SND_GSC | 4 | menuconfig SND_GSC |
diff --git a/sound/parisc/Makefile b/sound/parisc/Makefile index b91e750aba02..10891c3b7d91 100644 --- a/sound/parisc/Makefile +++ b/sound/parisc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 4105d9f653d9..7630f808d087 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PCI drivers | 2 | # ALSA PCI drivers |
2 | 3 | ||
3 | menuconfig SND_PCI | 4 | menuconfig SND_PCI |
diff --git a/sound/pci/ac97/Makefile b/sound/pci/ac97/Makefile index 526175333710..c74e769f3523 100644 --- a/sound/pci/ac97/Makefile +++ b/sound/pci/ac97/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/ali5451/Makefile b/sound/pci/ali5451/Makefile index 713459c12d22..8156198fbaeb 100644 --- a/sound/pci/ali5451/Makefile +++ b/sound/pci/ali5451/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/asihpi/Makefile b/sound/pci/asihpi/Makefile index 391830a4556c..8351f8f5b523 100644 --- a/sound/pci/asihpi/Makefile +++ b/sound/pci/asihpi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\ | 2 | snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\ |
2 | hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\ | 3 | hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\ |
3 | hpios.o hpi6000.o hpi6205.o hpimsgx.o | 4 | hpios.o hpi6000.o hpi6205.o hpimsgx.o |
diff --git a/sound/pci/aw2/Makefile b/sound/pci/aw2/Makefile index 842335d3b735..f9045afb4cda 100644 --- a/sound/pci/aw2/Makefile +++ b/sound/pci/aw2/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-aw2-objs := aw2-alsa.o aw2-saa7146.o | 2 | snd-aw2-objs := aw2-alsa.o aw2-saa7146.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_AW2) += snd-aw2.o | 4 | obj-$(CONFIG_SND_AW2) += snd-aw2.o |
diff --git a/sound/pci/ca0106/Makefile b/sound/pci/ca0106/Makefile index c1455fc5588c..9e51d3df3ee8 100644 --- a/sound/pci/ca0106/Makefile +++ b/sound/pci/ca0106/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ca0106-objs := ca0106_main.o ca0106_mixer.o ca_midi.o | 2 | snd-ca0106-objs := ca0106_main.o ca0106_mixer.o ca_midi.o |
2 | snd-ca0106-$(CONFIG_SND_PROC_FS) += ca0106_proc.o | 3 | snd-ca0106-$(CONFIG_SND_PROC_FS) += ca0106_proc.o |
3 | 4 | ||
diff --git a/sound/pci/cs46xx/Makefile b/sound/pci/cs46xx/Makefile index 67e811ec8539..3ed2ceb404e5 100644 --- a/sound/pci/cs46xx/Makefile +++ b/sound/pci/cs46xx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/cs5535audio/Makefile b/sound/pci/cs5535audio/Makefile index a8f75f8dfda9..447e628751a2 100644 --- a/sound/pci/cs5535audio/Makefile +++ b/sound/pci/cs5535audio/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for cs5535audio | 3 | # Makefile for cs5535audio |
3 | # | 4 | # |
diff --git a/sound/pci/ctxfi/Makefile b/sound/pci/ctxfi/Makefile index 15075f89e98a..70888706a0af 100644 --- a/sound/pci/ctxfi/Makefile +++ b/sound/pci/ctxfi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ctxfi-objs := xfi.o ctatc.o ctvmem.o ctpcm.o ctmixer.o ctresource.o \ | 2 | snd-ctxfi-objs := xfi.o ctatc.o ctvmem.o ctpcm.o ctmixer.o ctresource.o \ |
2 | ctsrc.o ctamixer.o ctdaio.o ctimap.o cthardware.o cttimer.o \ | 3 | ctsrc.o ctamixer.o ctdaio.o ctimap.o cthardware.o cttimer.o \ |
3 | cthw20k2.o cthw20k1.o | 4 | cthw20k2.o cthw20k1.o |
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 4235907b7858..35d934309cb2 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "HD-Audio" | 2 | menu "HD-Audio" |
2 | 3 | ||
3 | config SND_HDA | 4 | config SND_HDA |
diff --git a/sound/pci/korg1212/Makefile b/sound/pci/korg1212/Makefile index f11ce1b1b3d4..42eb287c77af 100644 --- a/sound/pci/korg1212/Makefile +++ b/sound/pci/korg1212/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/lola/Makefile b/sound/pci/lola/Makefile index 8178a2a59d00..8fdb5e5a776b 100644 --- a/sound/pci/lola/Makefile +++ b/sound/pci/lola/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o | 2 | snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o |
2 | snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o | 3 | snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o |
3 | 4 | ||
diff --git a/sound/pci/lx6464es/Makefile b/sound/pci/lx6464es/Makefile index eb04a6c73d8b..c295f68bac68 100644 --- a/sound/pci/lx6464es/Makefile +++ b/sound/pci/lx6464es/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-lx6464es-objs := lx6464es.o lx_core.o | 2 | snd-lx6464es-objs := lx6464es.o lx_core.o |
2 | obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o | 3 | obj-$(CONFIG_SND_LX6464ES) += snd-lx6464es.o |
diff --git a/sound/pci/mixart/Makefile b/sound/pci/mixart/Makefile index cce159ec5624..16cfeb78a0b6 100644 --- a/sound/pci/mixart/Makefile +++ b/sound/pci/mixart/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/nm256/Makefile b/sound/pci/nm256/Makefile index a1bd44ff850e..3063766ac56b 100644 --- a/sound/pci/nm256/Makefile +++ b/sound/pci/nm256/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/pcxhr/Makefile b/sound/pci/pcxhr/Makefile index b06128e918ca..5993d86cfb5d 100644 --- a/sound/pci/pcxhr/Makefile +++ b/sound/pci/pcxhr/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o pcxhr_mix22.o | 2 | snd-pcxhr-objs := pcxhr.o pcxhr_hwdep.o pcxhr_mixer.o pcxhr_core.o pcxhr_mix22.o |
2 | obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o | 3 | obj-$(CONFIG_SND_PCXHR) += snd-pcxhr.o |
diff --git a/sound/pci/riptide/Makefile b/sound/pci/riptide/Makefile index dcd2e64e4818..9a505bae243e 100644 --- a/sound/pci/riptide/Makefile +++ b/sound/pci/riptide/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-riptide-objs := riptide.o | 2 | snd-riptide-objs := riptide.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o | 4 | obj-$(CONFIG_SND_RIPTIDE) += snd-riptide.o |
diff --git a/sound/pci/trident/Makefile b/sound/pci/trident/Makefile index 88676b50f385..e8975bc37fcb 100644 --- a/sound/pci/trident/Makefile +++ b/sound/pci/trident/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/vx222/Makefile b/sound/pci/vx222/Makefile index a4d08d4de354..dda900e45385 100644 --- a/sound/pci/vx222/Makefile +++ b/sound/pci/vx222/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pci/ymfpci/Makefile b/sound/pci/ymfpci/Makefile index bd3d514ed76b..40a1d83e1a9e 100644 --- a/sound/pci/ymfpci/Makefile +++ b/sound/pci/ymfpci/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/Kconfig b/sound/pcmcia/Kconfig index 7fbb190adf6d..10291c43cb18 100644 --- a/sound/pcmcia/Kconfig +++ b/sound/pcmcia/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PCMCIA drivers | 2 | # ALSA PCMCIA drivers |
2 | 3 | ||
3 | menuconfig SND_PCMCIA | 4 | menuconfig SND_PCMCIA |
diff --git a/sound/pcmcia/Makefile b/sound/pcmcia/Makefile index beef2e33b718..874f09a8e47f 100644 --- a/sound/pcmcia/Makefile +++ b/sound/pcmcia/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/pdaudiocf/Makefile b/sound/pcmcia/pdaudiocf/Makefile index e892d7299abf..ea0d67576df9 100644 --- a/sound/pcmcia/pdaudiocf/Makefile +++ b/sound/pcmcia/pdaudiocf/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2004 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/pcmcia/vx/Makefile b/sound/pcmcia/vx/Makefile index 2bb42ea12f3a..b25006e4d25a 100644 --- a/sound/pcmcia/vx/Makefile +++ b/sound/pcmcia/vx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/ppc/Kconfig b/sound/ppc/Kconfig index 0519c60f5be1..8789cb5034ac 100644 --- a/sound/ppc/Kconfig +++ b/sound/ppc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA PowerMac drivers | 2 | # ALSA PowerMac drivers |
2 | 3 | ||
3 | menuconfig SND_PPC | 4 | menuconfig SND_PPC |
diff --git a/sound/ppc/Makefile b/sound/ppc/Makefile index 679c45a8da2c..0188ce3e30b8 100644 --- a/sound/ppc/Makefile +++ b/sound/ppc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> | 4 | # Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz> |
diff --git a/sound/sh/Kconfig b/sound/sh/Kconfig index 61139f3c1614..b75fbb3236a7 100644 --- a/sound/sh/Kconfig +++ b/sound/sh/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA SH drivers | 2 | # ALSA SH drivers |
2 | 3 | ||
3 | menuconfig SND_SUPERH | 4 | menuconfig SND_SUPERH |
diff --git a/sound/sh/Makefile b/sound/sh/Makefile index 7d09b5188cf7..c0bbc500c17c 100644 --- a/sound/sh/Makefile +++ b/sound/sh/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Makefile for ALSA | 3 | # Makefile for ALSA |
3 | # | 4 | # |
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 297be0ca3dbc..dc86e4073001 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # SoC audio configuration | 3 | # SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/adi/Kconfig b/sound/soc/adi/Kconfig index dd763f55edac..e321e3b672da 100644 --- a/sound/soc/adi/Kconfig +++ b/sound/soc/adi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_ADI | 2 | config SND_SOC_ADI |
2 | tristate "Audio support for Analog Devices reference designs" | 3 | tristate "Audio support for Analog Devices reference designs" |
3 | depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST | 4 | depends on MICROBLAZE || ARCH_ZYNQ || COMPILE_TEST |
diff --git a/sound/soc/adi/Makefile b/sound/soc/adi/Makefile index 64456c1e5347..125f667b0e08 100644 --- a/sound/soc/adi/Makefile +++ b/sound/soc/adi/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-adi-axi-i2s-objs := axi-i2s.o | 2 | snd-soc-adi-axi-i2s-objs := axi-i2s.o |
2 | snd-soc-adi-axi-spdif-objs := axi-spdif.o | 3 | snd-soc-adi-axi-spdif-objs := axi-spdif.o |
3 | 4 | ||
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 33ebec990c2f..9ca9214cb7fb 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_AMD_ACP | 2 | config SND_SOC_AMD_ACP |
2 | tristate "AMD Audio Coprocessor support" | 3 | tristate "AMD Audio Coprocessor support" |
3 | help | 4 | help |
diff --git a/sound/soc/amd/Makefile b/sound/soc/amd/Makefile index 8e1c571c3161..c4ddc6adb6f0 100644 --- a/sound/soc/amd/Makefile +++ b/sound/soc/amd/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | acp_audio_dma-objs := acp-pcm-dma.o | 2 | acp_audio_dma-objs := acp-pcm-dma.o |
2 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o | 3 | snd-soc-acp-da7219mx98357-mach-objs := acp-da7219-max98357a.o |
3 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o | 4 | snd-soc-acp-rt5645-mach-objs := acp-rt5645.o |
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig index c473b9e463ab..06c1d5ce642c 100644 --- a/sound/soc/atmel/Kconfig +++ b/sound/soc/atmel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_ATMEL_SOC | 2 | config SND_ATMEL_SOC |
2 | tristate "SoC Audio for the Atmel System-on-Chip" | 3 | tristate "SoC Audio for the Atmel System-on-Chip" |
3 | depends on HAS_IOMEM | 4 | depends on HAS_IOMEM |
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index a56104040e83..38de7c0efbc7 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## Au1200/Au1550/Au1300 PSC + DBDMA | 3 | ## Au1200/Au1550/Au1300 PSC + DBDMA |
3 | ## | 4 | ## |
diff --git a/sound/soc/bcm/Kconfig b/sound/soc/bcm/Kconfig index 02f50b7a966f..0037e96aa228 100644 --- a/sound/soc/bcm/Kconfig +++ b/sound/soc/bcm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_BCM2835_SOC_I2S | 2 | config SND_BCM2835_SOC_I2S |
2 | tristate "SoC Audio support for the Broadcom BCM2835 I2S module" | 3 | tristate "SoC Audio support for the Broadcom BCM2835 I2S module" |
3 | depends on ARCH_BCM2835 || COMPILE_TEST | 4 | depends on ARCH_BCM2835 || COMPILE_TEST |
diff --git a/sound/soc/bcm/Makefile b/sound/soc/bcm/Makefile index fc739d007884..b81fa421ec27 100644 --- a/sound/soc/bcm/Makefile +++ b/sound/soc/bcm/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # BCM2835 Platform Support | 2 | # BCM2835 Platform Support |
2 | snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o | 3 | snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o |
3 | 4 | ||
diff --git a/sound/soc/cirrus/Kconfig b/sound/soc/cirrus/Kconfig index e09199124c36..2333efac758a 100644 --- a/sound/soc/cirrus/Kconfig +++ b/sound/soc/cirrus/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_EP93XX_SOC | 2 | config SND_EP93XX_SOC |
2 | tristate "SoC Audio support for the Cirrus Logic EP93xx series" | 3 | tristate "SoC Audio support for the Cirrus Logic EP93xx series" |
3 | depends on ARCH_EP93XX || COMPILE_TEST | 4 | depends on ARCH_EP93XX || COMPILE_TEST |
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 8f577258080b..e730d47ac85b 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # Helper to resolve issues with configs that have SPI enabled but I2C | 2 | # Helper to resolve issues with configs that have SPI enabled but I2C |
2 | # modular, meaning we can't build the codec driver in with I2C support. | 3 | # modular, meaning we can't build the codec driver in with I2C support. |
3 | # We use an ordered list of conditional defaults to pick the appropriate | 4 | # We use an ordered list of conditional defaults to pick the appropriate |
diff --git a/sound/soc/dwc/Kconfig b/sound/soc/dwc/Kconfig index aa0c6ec4d93c..0cd1a15f40aa 100644 --- a/sound/soc/dwc/Kconfig +++ b/sound/soc/dwc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_DESIGNWARE_I2S | 2 | config SND_DESIGNWARE_I2S |
2 | tristate "Synopsys I2S Device Driver" | 3 | tristate "Synopsys I2S Device Driver" |
3 | depends on CLKDEV_LOOKUP | 4 | depends on CLKDEV_LOOKUP |
diff --git a/sound/soc/dwc/Makefile b/sound/soc/dwc/Makefile index 3e24c0ff95fb..91e1aaab9966 100644 --- a/sound/soc/dwc/Makefile +++ b/sound/soc/dwc/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # SYNOPSYS Platform Support | 2 | # SYNOPSYS Platform Support |
2 | obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o | 3 | obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o |
3 | 4 | ||
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 55ed47c599e2..aa99c008a925 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "SoC Audio for Freescale CPUs" | 2 | menu "SoC Audio for Freescale CPUs" |
2 | 3 | ||
3 | comment "Common SoC Audio options for Freescale CPUs:" | 4 | comment "Common SoC Audio options for Freescale CPUs:" |
diff --git a/sound/soc/generic/Kconfig b/sound/soc/generic/Kconfig index 83f1243145b0..a90c3b28bce5 100644 --- a/sound/soc/generic/Kconfig +++ b/sound/soc/generic/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SIMPLE_CARD_UTILS | 2 | config SND_SIMPLE_CARD_UTILS |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/sound/soc/hisilicon/Kconfig b/sound/soc/hisilicon/Kconfig index 4356d5a1d338..df8fbd8bb4b0 100644 --- a/sound/soc/hisilicon/Kconfig +++ b/sound/soc/hisilicon/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_I2S_HI6210_I2S | 2 | config SND_I2S_HI6210_I2S |
2 | tristate "Hisilicon I2S controller" | 3 | tristate "Hisilicon I2S controller" |
3 | select SND_SOC_GENERIC_DMAENGINE_PCM | 4 | select SND_SOC_GENERIC_DMAENGINE_PCM |
diff --git a/sound/soc/hisilicon/Makefile b/sound/soc/hisilicon/Makefile index e8095e2af91a..02e766378bca 100644 --- a/sound/soc/hisilicon/Makefile +++ b/sound/soc/hisilicon/Makefile | |||
@@ -1 +1,2 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_I2S_HI6210_I2S) += hi6210-i2s.o | 2 | obj-$(CONFIG_SND_I2S_HI6210_I2S) += hi6210-i2s.o |
diff --git a/sound/soc/img/Kconfig b/sound/soc/img/Kconfig index 857a9510ee1c..568efa606ca4 100644 --- a/sound/soc/img/Kconfig +++ b/sound/soc/img/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_IMG | 2 | config SND_SOC_IMG |
2 | bool "Audio support for Imagination Technologies designs" | 3 | bool "Audio support for Imagination Technologies designs" |
3 | help | 4 | help |
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index fc1396adde71..1f868da106b7 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_INTEL_SST_TOPLEVEL | 2 | config SND_SOC_INTEL_SST_TOPLEVEL |
2 | bool "Intel ASoC SST drivers" | 3 | bool "Intel ASoC SST drivers" |
3 | default y | 4 | default y |
diff --git a/sound/soc/intel/baytrail/Makefile b/sound/soc/intel/baytrail/Makefile index 488408cadf6d..4d0806aac6bd 100644 --- a/sound/soc/intel/baytrail/Makefile +++ b/sound/soc/intel/baytrail/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-sst-baytrail-pcm-objs := \ | 2 | snd-soc-sst-baytrail-pcm-objs := \ |
2 | sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o | 3 | sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o |
3 | 4 | ||
diff --git a/sound/soc/intel/boards/Kconfig b/sound/soc/intel/boards/Kconfig index e39473a6a5d9..5407d217228e 100644 --- a/sound/soc/intel/boards/Kconfig +++ b/sound/soc/intel/boards/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_SOC_INTEL_MACH | 2 | menuconfig SND_SOC_INTEL_MACH |
2 | bool "Intel Machine drivers" | 3 | bool "Intel Machine drivers" |
3 | depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL | 4 | depends on SND_SOC_INTEL_SST_TOPLEVEL || SND_SOC_SOF_INTEL_TOPLEVEL |
diff --git a/sound/soc/intel/haswell/Makefile b/sound/soc/intel/haswell/Makefile index 9c1723112d22..ad2341aea8ae 100644 --- a/sound/soc/intel/haswell/Makefile +++ b/sound/soc/intel/haswell/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-sst-haswell-pcm-objs := \ | 2 | snd-soc-sst-haswell-pcm-objs := \ |
2 | sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o | 3 | sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o |
3 | 4 | ||
diff --git a/sound/soc/jz4740/Kconfig b/sound/soc/jz4740/Kconfig index b3f9c41b4319..6b757168693e 100644 --- a/sound/soc/jz4740/Kconfig +++ b/sound/soc/jz4740/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_JZ4740_SOC | 2 | config SND_JZ4740_SOC |
2 | tristate "SoC Audio for Ingenic JZ4740 SoC" | 3 | tristate "SoC Audio for Ingenic JZ4740 SoC" |
3 | depends on MIPS || COMPILE_TEST | 4 | depends on MIPS || COMPILE_TEST |
diff --git a/sound/soc/jz4740/Makefile b/sound/soc/jz4740/Makefile index d32c540555c4..fb10e9ad9ff7 100644 --- a/sound/soc/jz4740/Makefile +++ b/sound/soc/jz4740/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Jz4740 Platform Support | 3 | # Jz4740 Platform Support |
3 | # | 4 | # |
diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig index 132bb83f8e99..5d8a86b26fa2 100644 --- a/sound/soc/kirkwood/Kconfig +++ b/sound/soc/kirkwood/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_KIRKWOOD_SOC | 2 | config SND_KIRKWOOD_SOC |
2 | tristate "SoC Audio for the Marvell Kirkwood and Dove chips" | 3 | tristate "SoC Audio for the Marvell Kirkwood and Dove chips" |
3 | depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST | 4 | depends on ARCH_DOVE || ARCH_MVEBU || COMPILE_TEST |
diff --git a/sound/soc/kirkwood/Makefile b/sound/soc/kirkwood/Makefile index c36b03d8006c..e2d279f16a46 100644 --- a/sound/soc/kirkwood/Makefile +++ b/sound/soc/kirkwood/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-kirkwood-objs := kirkwood-dma.o kirkwood-i2s.o | 2 | snd-soc-kirkwood-objs := kirkwood-dma.o kirkwood-i2s.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o | 4 | obj-$(CONFIG_SND_KIRKWOOD_SOC) += snd-soc-kirkwood.o |
diff --git a/sound/soc/mediatek/Kconfig b/sound/soc/mediatek/Kconfig index f70b7109f2b6..933ab51af05b 100644 --- a/sound/soc/mediatek/Kconfig +++ b/sound/soc/mediatek/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_MEDIATEK | 2 | config SND_SOC_MEDIATEK |
2 | tristate | 3 | tristate |
3 | 4 | ||
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 8779fe23671d..3085bdd318f3 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "ASoC support for Amlogic platforms" | 2 | menu "ASoC support for Amlogic platforms" |
2 | depends on ARCH_MESON || COMPILE_TEST | 3 | depends on ARCH_MESON || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/mxs/Kconfig b/sound/soc/mxs/Kconfig index 219235c02212..402ef1ee7a32 100644 --- a/sound/soc/mxs/Kconfig +++ b/sound/soc/mxs/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_MXS_SOC | 2 | menuconfig SND_MXS_SOC |
2 | tristate "SoC Audio for Freescale MXS CPUs" | 3 | tristate "SoC Audio for Freescale MXS CPUs" |
3 | depends on ARCH_MXS || COMPILE_TEST | 4 | depends on ARCH_MXS || COMPILE_TEST |
diff --git a/sound/soc/nuc900/Kconfig b/sound/soc/nuc900/Kconfig index 7f0c954dff6f..e1b22fbcb159 100644 --- a/sound/soc/nuc900/Kconfig +++ b/sound/soc/nuc900/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## NUC900 series AC97 API | 3 | ## NUC900 series AC97 API |
3 | ## | 4 | ## |
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index 67159a6b90a8..213d4dab0346 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_PXA2XX_SOC | 2 | config SND_PXA2XX_SOC |
2 | tristate "SoC Audio for the Intel PXA2xx chip" | 3 | tristate "SoC Audio for the Intel PXA2xx chip" |
3 | depends on ARCH_PXA || COMPILE_TEST | 4 | depends on ARCH_PXA || COMPILE_TEST |
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index b1764af858ba..8e3e86619b35 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_QCOM | 2 | config SND_SOC_QCOM |
2 | tristate "ASoC support for QCOM platforms" | 3 | tristate "ASoC support for QCOM platforms" |
3 | depends on ARCH_QCOM || COMPILE_TEST | 4 | depends on ARCH_QCOM || COMPILE_TEST |
diff --git a/sound/soc/qcom/qdsp6/Makefile b/sound/soc/qcom/qdsp6/Makefile index c33b3cacbea1..7e91e96f7ad5 100644 --- a/sound/soc/qcom/qdsp6/Makefile +++ b/sound/soc/qcom/qdsp6/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o | 2 | obj-$(CONFIG_SND_SOC_QDSP6_COMMON) += q6dsp-common.o |
2 | obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o | 3 | obj-$(CONFIG_SND_SOC_QDSP6_CORE) += q6core.o |
3 | obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o | 4 | obj-$(CONFIG_SND_SOC_QDSP6_AFE) += q6afe.o |
diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 957046ac6c8c..28a80c1cb41d 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_ROCKCHIP | 2 | config SND_SOC_ROCKCHIP |
2 | tristate "ASoC support for Rockchip" | 3 | tristate "ASoC support for Rockchip" |
3 | depends on COMPILE_TEST || ARCH_ROCKCHIP | 4 | depends on COMPILE_TEST || ARCH_ROCKCHIP |
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 0520f5afd7cc..638983123d8f 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_SOC_SAMSUNG | 2 | menuconfig SND_SOC_SAMSUNG |
2 | tristate "ASoC support for Samsung" | 3 | tristate "ASoC support for Samsung" |
3 | depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST | 4 | depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST |
diff --git a/sound/soc/sirf/Kconfig b/sound/soc/sirf/Kconfig index 840058dcad09..094a1c89c59d 100644 --- a/sound/soc/sirf/Kconfig +++ b/sound/soc/sirf/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SIRF | 2 | config SND_SOC_SIRF |
2 | tristate "SoC Audio for the SiRF SoC chips" | 3 | tristate "SoC Audio for the SiRF SoC chips" |
3 | depends on ARCH_SIRF || COMPILE_TEST | 4 | depends on ARCH_SIRF || COMPILE_TEST |
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index b204c65698f9..048c7b034d70 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_TOPLEVEL | 2 | config SND_SOC_SOF_TOPLEVEL |
2 | bool "Sound Open Firmware Support" | 3 | bool "Sound Open Firmware Support" |
3 | help | 4 | help |
diff --git a/sound/soc/sof/intel/Kconfig b/sound/soc/sof/intel/Kconfig index 603e0db4f012..b86b5f9783fd 100644 --- a/sound/soc/sof/intel/Kconfig +++ b/sound/soc/sof/intel/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_INTEL_TOPLEVEL | 2 | config SND_SOC_SOF_INTEL_TOPLEVEL |
2 | bool "SOF support for Intel audio DSPs" | 3 | bool "SOF support for Intel audio DSPs" |
3 | depends on X86 || COMPILE_TEST | 4 | depends on X86 || COMPILE_TEST |
diff --git a/sound/soc/sof/xtensa/Kconfig b/sound/soc/sof/xtensa/Kconfig index 8a9343b85146..defd6d3dc03e 100644 --- a/sound/soc/sof/xtensa/Kconfig +++ b/sound/soc/sof/xtensa/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SOF_XTENSA | 2 | config SND_SOC_SOF_XTENSA |
2 | tristate | 3 | tristate |
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig index 4fb91412ebec..1b053de1ae7c 100644 --- a/sound/soc/spear/Kconfig +++ b/sound/soc/spear/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SPEAR_SOC | 2 | config SND_SPEAR_SOC |
2 | tristate | 3 | tristate |
3 | select SND_SOC_GENERIC_DMAENGINE_PCM | 4 | select SND_SOC_GENERIC_DMAENGINE_PCM |
diff --git a/sound/soc/sprd/Kconfig b/sound/soc/sprd/Kconfig index 21f9cc34f8bd..5474fd3de8c0 100644 --- a/sound/soc/sprd/Kconfig +++ b/sound/soc/sprd/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_SPRD | 2 | config SND_SOC_SPRD |
2 | tristate "SoC Audio for the Spreadtrum SoC chips" | 3 | tristate "SoC Audio for the Spreadtrum SoC chips" |
3 | depends on ARCH_SPRD || COMPILE_TEST | 4 | depends on ARCH_SPRD || COMPILE_TEST |
diff --git a/sound/soc/sti/Kconfig b/sound/soc/sti/Kconfig index 64a690077023..f881da4b6aea 100644 --- a/sound/soc/sti/Kconfig +++ b/sound/soc/sti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # STM SoC audio configuration | 3 | # STM SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/sti/Makefile b/sound/soc/sti/Makefile index 4b188d2d76b8..787ccb521298 100644 --- a/sound/soc/sti/Makefile +++ b/sound/soc/sti/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # STI platform support | 2 | # STI platform support |
2 | snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o | 3 | snd-soc-sti-objs := sti_uniperif.o uniperif_player.o uniperif_reader.o |
3 | 4 | ||
diff --git a/sound/soc/stm/Kconfig b/sound/soc/stm/Kconfig index c66ffa72057e..bbade257fe89 100644 --- a/sound/soc/stm/Kconfig +++ b/sound/soc/stm/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "STMicroelectronics STM32 SOC audio support" | 2 | menu "STMicroelectronics STM32 SOC audio support" |
2 | 3 | ||
3 | config SND_SOC_STM32_SAI | 4 | config SND_SOC_STM32_SAI |
diff --git a/sound/soc/sunxi/Kconfig b/sound/soc/sunxi/Kconfig index 8134c3c94229..9cd7009cb570 100644 --- a/sound/soc/sunxi/Kconfig +++ b/sound/soc/sunxi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Allwinner SoC Audio support" | 2 | menu "Allwinner SoC Audio support" |
2 | depends on ARCH_SUNXI || COMPILE_TEST | 3 | depends on ARCH_SUNXI || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 6875fc39a575..addadc827b91 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_TEGRA | 2 | config SND_SOC_TEGRA |
2 | tristate "SoC Audio for the Tegra System-on-Chip" | 3 | tristate "SoC Audio for the Tegra System-on-Chip" |
3 | depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST | 4 | depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST |
diff --git a/sound/soc/ti/Kconfig b/sound/soc/ti/Kconfig index ee7c202c69b7..2197f3e1eaed 100644 --- a/sound/soc/ti/Kconfig +++ b/sound/soc/ti/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menu "Audio support for Texas Instruments SoCs" | 2 | menu "Audio support for Texas Instruments SoCs" |
2 | depends on DMA_OMAP || TI_EDMA || COMPILE_TEST | 3 | depends on DMA_OMAP || TI_EDMA || COMPILE_TEST |
3 | 4 | ||
diff --git a/sound/soc/txx9/Kconfig b/sound/soc/txx9/Kconfig index ebc9327eae71..d928edf9f5a9 100644 --- a/sound/soc/txx9/Kconfig +++ b/sound/soc/txx9/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | ## | 2 | ## |
2 | ## TXx9 ACLC | 3 | ## TXx9 ACLC |
3 | ## | 4 | ## |
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index aa5011894c74..34b2438b52d3 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # | 2 | # |
2 | # Ux500 SoC audio configuration | 3 | # Ux500 SoC audio configuration |
3 | # | 4 | # |
diff --git a/sound/soc/xilinx/Kconfig b/sound/soc/xilinx/Kconfig index 47f606b924e4..69973179ef15 100644 --- a/sound/soc/xilinx/Kconfig +++ b/sound/soc/xilinx/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_XILINX_I2S | 2 | config SND_SOC_XILINX_I2S |
2 | tristate "Audio support for the Xilinx I2S" | 3 | tristate "Audio support for the Xilinx I2S" |
3 | help | 4 | help |
diff --git a/sound/soc/xilinx/Makefile b/sound/soc/xilinx/Makefile index d79fd38b094b..be7652ce7c13 100644 --- a/sound/soc/xilinx/Makefile +++ b/sound/soc/xilinx/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-xlnx-i2s-objs := xlnx_i2s.o | 2 | snd-soc-xlnx-i2s-objs := xlnx_i2s.o |
2 | obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o | 3 | obj-$(CONFIG_SND_SOC_XILINX_I2S) += snd-soc-xlnx-i2s.o |
3 | snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o | 4 | snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o |
diff --git a/sound/soc/xtensa/Kconfig b/sound/soc/xtensa/Kconfig index c201beb36de6..74b778f186ce 100644 --- a/sound/soc/xtensa/Kconfig +++ b/sound/soc/xtensa/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SOC_XTFPGA_I2S | 2 | config SND_SOC_XTFPGA_I2S |
2 | tristate "XTFPGA I2S master" | 3 | tristate "XTFPGA I2S master" |
3 | select REGMAP_MMIO | 4 | select REGMAP_MMIO |
diff --git a/sound/soc/xtensa/Makefile b/sound/soc/xtensa/Makefile index 15efbf914226..b8707f63c4ae 100644 --- a/sound/soc/xtensa/Makefile +++ b/sound/soc/xtensa/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o | 2 | snd-soc-xtfpga-i2s-objs := xtfpga-i2s.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o | 4 | obj-$(CONFIG_SND_SOC_XTFPGA_I2S) += snd-soc-xtfpga-i2s.o |
diff --git a/sound/soc/zte/Kconfig b/sound/soc/zte/Kconfig index 75f67a5d23ea..a7842e4b791c 100644 --- a/sound/soc/zte/Kconfig +++ b/sound/soc/zte/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config ZX_SPDIF | 2 | config ZX_SPDIF |
2 | tristate "ZTE ZX SPDIF Driver Support" | 3 | tristate "ZTE ZX SPDIF Driver Support" |
3 | depends on ARCH_ZX || COMPILE_TEST | 4 | depends on ARCH_ZX || COMPILE_TEST |
diff --git a/sound/soc/zte/Makefile b/sound/soc/zte/Makefile index 1fc841acdfdd..2f7cdefa42df 100644 --- a/sound/soc/zte/Makefile +++ b/sound/soc/zte/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o | 2 | obj-$(CONFIG_ZX_SPDIF) += zx-spdif.o |
2 | obj-$(CONFIG_ZX_I2S) += zx-i2s.o | 3 | obj-$(CONFIG_ZX_I2S) += zx-i2s.o |
3 | obj-$(CONFIG_ZX_TDM) += zx-tdm.o | 4 | obj-$(CONFIG_ZX_TDM) += zx-tdm.o |
diff --git a/sound/sparc/Kconfig b/sound/sparc/Kconfig index dfcd38647606..59b9f16e8dea 100644 --- a/sound/sparc/Kconfig +++ b/sound/sparc/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA Sparc drivers | 2 | # ALSA Sparc drivers |
2 | 3 | ||
3 | menuconfig SND_SPARC | 4 | menuconfig SND_SPARC |
diff --git a/sound/spi/Kconfig b/sound/spi/Kconfig index e6485be2e6f7..44d39fa635ae 100644 --- a/sound/spi/Kconfig +++ b/sound/spi/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | #SPI drivers | 2 | #SPI drivers |
2 | 3 | ||
3 | menuconfig SND_SPI | 4 | menuconfig SND_SPI |
diff --git a/sound/synth/Kconfig b/sound/synth/Kconfig index dfe8950e0556..70235269b8bf 100644 --- a/sound/synth/Kconfig +++ b/sound/synth/Kconfig | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_SYNTH_EMUX | 2 | config SND_SYNTH_EMUX |
2 | tristate | 3 | tristate |
diff --git a/sound/usb/6fire/Makefile b/sound/usb/6fire/Makefile index dfce6ec53513..7d353bbf7493 100644 --- a/sound/usb/6fire/Makefile +++ b/sound/usb/6fire/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o | 2 | snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o |
2 | obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o | 3 | obj-$(CONFIG_SND_USB_6FIRE) += snd-usb-6fire.o |
3 | 4 | ||
diff --git a/sound/usb/Kconfig b/sound/usb/Kconfig index 6319b544ba3a..e2c53a0841da 100644 --- a/sound/usb/Kconfig +++ b/sound/usb/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA USB drivers | 2 | # ALSA USB drivers |
2 | 3 | ||
3 | menuconfig SND_USB | 4 | menuconfig SND_USB |
diff --git a/sound/usb/bcd2000/Makefile b/sound/usb/bcd2000/Makefile index f09ccc0af6ff..99546074e5f4 100644 --- a/sound/usb/bcd2000/Makefile +++ b/sound/usb/bcd2000/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-bcd2000-y := bcd2000.o | 2 | snd-bcd2000-y := bcd2000.o |
2 | 3 | ||
3 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file | 4 | obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o \ No newline at end of file |
diff --git a/sound/usb/caiaq/Makefile b/sound/usb/caiaq/Makefile index 388999653aaa..9a99c17a2c1b 100644 --- a/sound/usb/caiaq/Makefile +++ b/sound/usb/caiaq/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-caiaq-y := device.o audio.o midi.o control.o | 2 | snd-usb-caiaq-y := device.o audio.o midi.o control.o |
2 | snd-usb-caiaq-$(CONFIG_SND_USB_CAIAQ_INPUT) += input.o | 3 | snd-usb-caiaq-$(CONFIG_SND_USB_CAIAQ_INPUT) += input.o |
3 | 4 | ||
diff --git a/sound/usb/hiface/Makefile b/sound/usb/hiface/Makefile index 463b136d1d89..8f3b24e7d6c2 100644 --- a/sound/usb/hiface/Makefile +++ b/sound/usb/hiface/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-usb-hiface-objs := chip.o pcm.o | 2 | snd-usb-hiface-objs := chip.o pcm.o |
2 | obj-$(CONFIG_SND_USB_HIFACE) += snd-usb-hiface.o | 3 | obj-$(CONFIG_SND_USB_HIFACE) += snd-usb-hiface.o |
diff --git a/sound/usb/line6/Kconfig b/sound/usb/line6/Kconfig index 39b400392d71..ab557e5eee9d 100644 --- a/sound/usb/line6/Kconfig +++ b/sound/usb/line6/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | config SND_USB_LINE6 | 2 | config SND_USB_LINE6 |
2 | tristate | 3 | tristate |
3 | select SND_RAWMIDI | 4 | select SND_RAWMIDI |
diff --git a/sound/usb/misc/Makefile b/sound/usb/misc/Makefile index ccefd8158936..068ecd7bc043 100644 --- a/sound/usb/misc/Makefile +++ b/sound/usb/misc/Makefile | |||
@@ -1,2 +1,3 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-ua101-objs := ua101.o | 2 | snd-ua101-objs := ua101.o |
2 | obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o | 3 | obj-$(CONFIG_SND_USB_UA101) += snd-ua101.o |
diff --git a/sound/x86/Kconfig b/sound/x86/Kconfig index 8adf4d1bd46e..21f8919678fb 100644 --- a/sound/x86/Kconfig +++ b/sound/x86/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | menuconfig SND_X86 | 2 | menuconfig SND_X86 |
2 | bool "X86 sound devices" | 3 | bool "X86 sound devices" |
3 | depends on X86 | 4 | depends on X86 |
diff --git a/sound/x86/Makefile b/sound/x86/Makefile index 7ff919808320..6b5ffb329d47 100644 --- a/sound/x86/Makefile +++ b/sound/x86/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | snd-hdmi-lpe-audio-objs += \ | 2 | snd-hdmi-lpe-audio-objs += \ |
2 | intel_hdmi_audio.o | 3 | intel_hdmi_audio.o |
3 | 4 | ||
diff --git a/sound/xen/Kconfig b/sound/xen/Kconfig index e4d7beb4df1c..d812eff65dcb 100644 --- a/sound/xen/Kconfig +++ b/sound/xen/Kconfig | |||
@@ -1,3 +1,4 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0-only | ||
1 | # ALSA Xen drivers | 2 | # ALSA Xen drivers |
2 | 3 | ||
3 | config SND_XEN_FRONTEND | 4 | config SND_XEN_FRONTEND |