[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201014145418.31838-5-rf@opensource.cirrus.com>
Date: Wed, 14 Oct 2020 15:54:15 +0100
From: Richard Fitzgerald <rf@...nsource.cirrus.com>
To: <broonie@...nel.org>, <robh+dt@...nel.org>,
<nsaenzjulienne@...e.de>
CC: <patches@...nsource.cirrus.com>, <alsa-devel@...a-project.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-rpi-kernel@...ts.infradead.org>,
Richard Fitzgerald <rf@...nsource.cirrus.com>
Subject: [PATCH 4/7] ASoC: arizona: Allow codecs to be selected from kernel config
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@...nsource.cirrus.com>
---
sound/soc/codecs/Kconfig | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 34c6dd04b85a..4a8d503bdd38 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -661,7 +661,7 @@ config SND_SOC_CS47L15
tristate
config SND_SOC_CS47L24
- tristate
+ tristate "Cirrus Logic CS47L24 CODEC"
depends on MFD_CS47L24
config SND_SOC_CS47L35
@@ -1484,11 +1484,11 @@ config SND_SOC_WM5100
depends on I2C
config SND_SOC_WM5102
- tristate
+ tristate "Cirrus Logic WM5102 CODEC"
depends on MFD_WM5102
config SND_SOC_WM5110
- tristate
+ tristate "Cirrus Logic WM5110 CODEC"
depends on MFD_WM5110
config SND_SOC_WM8350
@@ -1657,7 +1657,7 @@ config SND_SOC_WM8997
depends on MFD_WM8997
config SND_SOC_WM8998
- tristate
+ tristate "Cirrus Logic WM8998 CODEC"
depends on MFD_WM8998
config SND_SOC_WM9081
--
2.20.1
Powered by blists - more mailing lists