Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1349899 > unrolled thread

[PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616

Started byCaesar Wang <wxt@rock-chips.com>
First post2016-03-04 08:00 +0100
Last post2016-03-04 08:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616 Caesar Wang <wxt@rock-chips.com> - 2016-03-04 08:00 +0100

#1349899 — [PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616

FromCaesar Wang <wxt@rock-chips.com>
Date2016-03-04 08:00 +0100
Subject[PATCH] ASoC: rt5616: allow to build with CONFIG_SND_SOC_RT5616
Message-ID<r8RSp-2EH-1@gated-at.bofh.it>
This patch fixes that hasn't built the rt5616 driver with
'CONFIG_SND_SOC_RT5616=y' in .config.

The tristate is the prompt on the 'make menuconfig',
in other words, that can't show the prompt and select it
if we don't say what's the tristate.

Signed-off-by: Caesar Wang <wxt@rock-chips.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 4383966..14eb5f3 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -623,7 +623,7 @@ config SND_SOC_RT5514
 	tristate
 
 config SND_SOC_RT5616
-	tristate
+	tristate "Realtek RT5616 CODEC"
 
 config SND_SOC_RT5631
 	tristate "Realtek ALC5631/RT5631 CODEC"
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web