3 Oct
2022
3 Oct
'22
3:24 a.m.
Allow the WM8961 driver to be enabled independently now that it is usable with devicetree.
Signed-off-by: Doug Brown doug@schmorgal.com --- sound/soc/codecs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index e3b90c425faf..2b5787ee8d31 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1929,7 +1929,7 @@ config SND_SOC_WM8960 depends on I2C
config SND_SOC_WM8961 - tristate + tristate "Wolfson Microelectronics WM8961 CODEC" depends on I2C
config SND_SOC_WM8962
--
2.34.1