Message ID | 138161713c87d094c8e4f966f88b08a4dec16df9.1545249666.git.mirq-linux@rere.qmqm.pl (mailing list archive) |
---|---|
State | Accepted |
Commit | 2bb853f6f93775dc4dd4683a42f6934700d90d07 |
Headers | show |
Series | ASoC: wm8904: prepare for use from audio-graph-card | expand |
On Wed, Dec 19, 2018 at 09:11:15PM +0100, Michał Mirosław wrote: > 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> > --- Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Thanks, Charles
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
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(-)