Message ID | 20210307162338.1160604-2-pbrobinson@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ASoC: remove remnants of sirf prima/atlas audio codec | expand |
On Sun, Mar 07, 2021 at 04:23:38PM +0000, Peter Robinson wrote: > In commit dc98f1d we removed the zte zx sound drivers but there > was a dangling Kconfig left around for the codec so fix this. > > Fixes: dc98f1d655ca (ASoC: ASoC: remove zte zx drivers) Commit: 6973bba35377 ("ASoC: remove zte zx dangling kconfig") Fixes tag: Fixes: dc98f1d655ca (ASoC: ASoC: remove zte zx drivers) Has these problem(s): - Subject does not match target commit subject Just use git log -1 --format='Fixes: %h ("%s")'
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 1c87b42606c9..e04fa8b5f178 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1739,11 +1739,6 @@ config SND_SOC_ZL38060 which consists of a Digital Signal Processor (DSP), several Digital Audio Interfaces (DAIs), analog outputs, and a block of 14 GPIOs. -config SND_SOC_ZX_AUD96P22 - tristate "ZTE ZX AUD96P22 CODEC" - depends on I2C - select REGMAP_I2C - # Amp config SND_SOC_LM4857 tristate
In commit dc98f1d we removed the zte zx sound drivers but there was a dangling Kconfig left around for the codec so fix this. Fixes: dc98f1d655ca (ASoC: ASoC: remove zte zx drivers) Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Mark Brown <broonie@kernel.org> --- sound/soc/codecs/Kconfig | 5 ----- 1 file changed, 5 deletions(-)