aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/atmel
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2022-04-05 10:25:00 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2022-04-05 10:25:00 +0100
commit5c5c69e94308d505a34402c1522ccfe1e5c8f1c3 (patch)
tree081d8e3a57587f70c89d8e0f7f60fa7223b99ce5 /sound/soc/atmel
parentASoC: SOF: Miscellaneous fixes for IPC and trace (diff)
parentARM: configs: Update multi_v5_defconfig for WM8731 bus refactoring (diff)
downloadlinux-5c5c69e94308d505a34402c1522ccfe1e5c8f1c3.tar.gz
linux-5c5c69e94308d505a34402c1522ccfe1e5c8f1c3.tar.bz2
linux-5c5c69e94308d505a34402c1522ccfe1e5c8f1c3.zip
ASoC: wm8731: Overhaul of the driver
Merge series from Mark Brown <broonie@kernel.org>: This series contains a bunch of fairly minor changes which overhaul and modernise the WM8731 driver, there should be no impact on the driver's functionality.
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r--sound/soc/atmel/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig
index 795c0b0b527a..5d59e00be823 100644
--- a/sound/soc/atmel/Kconfig
+++ b/sound/soc/atmel/Kconfig
@@ -42,9 +42,9 @@ config SND_ATMEL_SOC_SSC_DMA
config SND_AT91_SOC_SAM9G20_WM8731
tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
depends on ARCH_AT91 || COMPILE_TEST
- depends on ATMEL_SSC && SND_SOC_I2C_AND_SPI
+ depends on ATMEL_SSC && I2C
select SND_ATMEL_SOC_SSC_PDC
- select SND_SOC_WM8731
+ select SND_SOC_WM8731_I2C
help
Say Y if you want to add support for SoC audio on WM8731-based
AT91sam9g20 evaluation board.