19 Dec
2018
19 Dec
'18
9:11 p.m.
For platforms that use the audio-graph-card driver, the codec is not selected by SoC-platform driver. Make it available.
Signed-off-by: Michał Mirosław mirq-linux@rere.qmqm.pl --- sound/soc/codecs/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 9cc4f1848c9b..f9e6e07be005 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1205,7 +1205,8 @@ config SND_SOC_WM8903 depends on I2C
config SND_SOC_WM8904 - tristate + tristate "Wolfson Microelectronics WM8904 CODEC" + depends on I2C
config SND_SOC_WM8940 tristate
--
2.19.2