lkml.org 
[lkml]   [2020]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH v2 5/7] ASoC: madera: Allow codecs to be selected from kernel config
Date
The codec Kconfig options were hidden and intended to be selected by
the machine driver that requires them. But that means having either a
dedicated machine driver or building all codecs.

This patch makes the Kconfig options visible so that they can be
selected independently of the machine driver, allowing the codec to be
used with simple-card and other machine drivers that are not hardcoded
to use a fixed set of codecs.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
---
sound/soc/codecs/Kconfig | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 4a8d503bdd38..e0aed608dbc3 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -658,23 +658,23 @@ config SND_SOC_CS4349
depends on I2C

config SND_SOC_CS47L15
- tristate
+ tristate "Cirrus Logic CS47L15 CODEC"

config SND_SOC_CS47L24
tristate "Cirrus Logic CS47L24 CODEC"
depends on MFD_CS47L24

config SND_SOC_CS47L35
- tristate
+ tristate "Cirrus Logic CS47L35 CODEC"

config SND_SOC_CS47L85
- tristate
+ tristate "Cirrus Logic CS47L85 CODEC"

config SND_SOC_CS47L90
- tristate
+ tristate "Cirrus Logic CS47L90 CODEC"

config SND_SOC_CS47L92
- tristate
+ tristate "Cirrus Logic CS47L92 CODEC"

# Cirrus Logic Quad-Channel ADC
config SND_SOC_CS53L30
--
2.20.1
\
 
 \ /
  Last update: 2020-10-16 19:36    [W:0.092 / U:0.224 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site