Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) Kconfig (89342fa38bbaade51584f255eee5cd43621f4e10)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# SoC audio configuration
4#
5
6menuconfig SND_SOC
7 tristate "ALSA for SoC audio support"
8 select SND_PCM
9 select AC97_BUS if SND_SOC_AC97_BUS
10 select SND_JACK
11 select REGMAP_I2C if I2C
12 select REGMAP_SPI if SPI_MASTER
13 help
14
15 If you want ASoC support, you should say Y here and also to the
16 specific driver for your SoC platform below.
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# SoC audio configuration
4#
5
6menuconfig SND_SOC
7 tristate "ALSA for SoC audio support"
8 select SND_PCM
9 select AC97_BUS if SND_SOC_AC97_BUS
10 select SND_JACK
11 select REGMAP_I2C if I2C
12 select REGMAP_SPI if SPI_MASTER
13 help
14
15 If you want ASoC support, you should say Y here and also to the
16 specific driver for your SoC platform below.
17
17
18 ASoC provides power efficient ALSA support for embedded battery powered
19 SoC based systems like PDA's, Phones and Personal Media Players.
20
21 This ASoC audio support can also be built as a module. If so, the module
22 will be called snd-soc-core.
23
24if SND_SOC
25

--- 24 unchanged lines hidden (view full) ---

50 test cases against soc-topology.c API. This should be primarily used
51 by developers to test their changes to ASoC.
52
53 Do note that it creates fake playback devices which do not interact
54 well with userspace. When running tests one may want to disable
55 userspace applications such as pulseaudio, to prevent unnecessary
56 problems.
57
18 ASoC provides power efficient ALSA support for embedded battery powered
19 SoC based systems like PDA's, Phones and Personal Media Players.
20
21 This ASoC audio support can also be built as a module. If so, the module
22 will be called snd-soc-core.
23
24if SND_SOC
25

--- 24 unchanged lines hidden (view full) ---

50 test cases against soc-topology.c API. This should be primarily used
51 by developers to test their changes to ASoC.
52
53 Do note that it creates fake playback devices which do not interact
54 well with userspace. When running tests one may want to disable
55 userspace applications such as pulseaudio, to prevent unnecessary
56 problems.
57
58config SND_SOC_UTILS_KUNIT_TEST
59 tristate "KUnit tests for SoC utils"
60 depends on KUNIT
61 default KUNIT_ALL_TESTS
62 help
63 If you want to perform tests on ALSA SoC utils library say Y here.
64
58config SND_SOC_ACPI
59 tristate
60
61# All the supported SoCs
62source "sound/soc/adi/Kconfig"
63source "sound/soc/amd/Kconfig"
64source "sound/soc/atmel/Kconfig"
65source "sound/soc/au1x/Kconfig"

--- 38 unchanged lines hidden ---
65config SND_SOC_ACPI
66 tristate
67
68# All the supported SoCs
69source "sound/soc/adi/Kconfig"
70source "sound/soc/amd/Kconfig"
71source "sound/soc/atmel/Kconfig"
72source "sound/soc/au1x/Kconfig"

--- 38 unchanged lines hidden ---