Message ID | 1466269448-8445-1-git-send-email-shc_work@mail.ru (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sat, Jun 18, 2016 at 08:04:08PM +0300, Alexander Shiyan wrote: > Add simple description and necessary options to allow to select > Wolfson WM9713 codec. I don't think we have any cards which can make use of this, Robert's AC'97 series is still in review?
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4d82a58..6721427 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1010,8 +1010,9 @@ config SND_SOC_WM9712 tristate config SND_SOC_WM9713 - tristate + tristate "Wolfson Microelectronics WM9713 codec" select REGMAP_AC97 + select SND_SOC_AC97_BUS # Amp config SND_SOC_LM4857
Add simple description and necessary options to allow to select Wolfson WM9713 codec. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> --- sound/soc/codecs/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)