[alsa-devel] [PATCH v2] ASoC: pcm5102a: Provide a menu selection text
Provide a menu selection text so that users can enable, disable or mark it as module in menuconfig. This is necessary for using the codec with the simple-card framework. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> --- Changes v2: - improve commit log (suggested by Takashi Iwai) --- 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 9e1718a8cb1c..534c8c2b5da1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -642,7 +642,7 @@ config SND_SOC_PCM3168A_SPI select REGMAP_SPI config SND_SOC_PCM5102A - tristate + tristate "Texas Instruments PCM5102A CODEC" config SND_SOC_PCM512x tristate -- 2.11.0
participants (1)
-
Jörg Krause