On Fri, Apr 18, 2025 at 10:22:04PM +0200, André Apitzsch via B4 Relay wrote: > From: André Apitzsch <g...@apitzsch.eu> > > Add tristate prompt to allow codec selection. > > Signed-off-by: André Apitzsch <g...@apitzsch.eu> > ---
Generally its good to say why one wants to make the symbol selectable, usually its to use it with simple card, although at least historically I think simple card struggled to handle the required set_sysclk calls for these codecs. But I have no objection to this being exported: Reviewed-by: Charles Keepax <ckee...@opensource.cirrus.com> Thanks, Charles > 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 > 40bb7a1d44bcfa4c386f2eba0f475efeeedf1bdb..9ecc4bb7f75ff9fce87970d2e46ace72444e55b4 > 100644 > --- a/sound/soc/codecs/Kconfig > +++ b/sound/soc/codecs/Kconfig > @@ -2479,7 +2479,7 @@ config SND_SOC_WM8997 > depends on MFD_WM8997 && MFD_ARIZONA > > config SND_SOC_WM8998 > - tristate > + tristate "Wolfson Microelectronics WM8998 codec driver" > depends on MFD_WM8998 && MFD_ARIZONA > > config SND_SOC_WM9081 > > --- > base-commit: 7e74f756f5f643148ca5537bf2fee6767e4b0ed9 > change-id: 20250418-wm8998-defae73b3320 > > Best regards, > -- > André Apitzsch <g...@apitzsch.eu> > > >