firmware/br-ext-chip-allwinner/board/v83x/kernel/patches/00000-sound_soc_Kconfig.patch

22 lines
624 B
Diff

diff -drupN a/sound/soc/Kconfig b/sound/soc/Kconfig
--- a/sound/soc/Kconfig 2018-08-06 17:23:04.000000000 +0300
+++ b/sound/soc/Kconfig 2022-06-12 05:28:14.000000000 +0300
@@ -6,7 +6,7 @@ menuconfig SND_SOC
tristate "ALSA for SoC audio support"
select SND_PCM
select AC97_BUS if SND_SOC_AC97_BUS
- select SND_JACK
+ select SND_JACK if !ARCH_SUN8IW19
select REGMAP_I2C if I2C
select REGMAP_SPI if SPI_MASTER
---help---
@@ -26,7 +26,7 @@ config SND_SOC_AC97_BUS
bool
config SND_SOC_GENERIC_DMAENGINE_PCM
- bool
+ tristate "ALSA for SoC Audio DMA support"
select SND_DMAENGINE_PCM
config SND_SOC_COMPRESS