diff options
author | Mark Brown <broonie@kernel.org> | 2022-04-05 10:25:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-05 10:25:00 +0100 |
commit | 5c5c69e94308d505a34402c1522ccfe1e5c8f1c3 (patch) | |
tree | 081d8e3a57587f70c89d8e0f7f60fa7223b99ce5 /sound/soc/atmel | |
parent | 5f6c3f90845343316d32a08bafea9faddbdfa6de (diff) | |
parent | 64a1a4e04e4450a89940adc8f339a85e2c01d905 (diff) | |
download | linux-5c5c69e94308d505a34402c1522ccfe1e5c8f1c3.tar.bz2 |
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/Kconfig | 4 |
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. |