diff options
| author | Mark Brown <broonie@kernel.org> | 2026-01-28 00:37:49 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-28 00:37:49 +0000 |
| commit | 1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91 (patch) | |
| tree | c38cc30d6b1df687a1b02c157966a33fd8468e51 /sound/soc/codecs/Kconfig | |
| parent | ab2e3fa491734b655e1d37aee058fa7195174d74 (diff) | |
| parent | c76d50b71e898694c946993eb3c77f50efa97254 (diff) | |
| download | linux-next-1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91.tar.gz linux-next-1924bd68a0c06f9f2c06cf35e60dfc55cdc34a91.zip | |
ASoC: codec: Remove ak4641/pxa2xx-ac97 and convert to
Merge series from "Peng Fan (OSS)" <peng.fan@oss.nxp.com>:
The main goal is to convert drivers to use GPIO descriptors. While reading
the code, I think it is time to remove ak4641 and pxa2xx-ac97 driver,
more info could be found in commit log of each patch.
Then only need to convert sound/arm/pxa2xx-ac97-lib.c to use GPIO
descriptors. Not have hardware to test the pxa2xx ac97.
Diffstat (limited to 'sound/soc/codecs/Kconfig')
| -rw-r--r-- | sound/soc/codecs/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index d09de0ff5f22..f34d7b510c91 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -46,7 +46,6 @@ config SND_SOC_ALL_CODECS imply SND_SOC_AK4554 imply SND_SOC_AK4613 imply SND_SOC_AK4619 - imply SND_SOC_AK4641 imply SND_SOC_AK4642 imply SND_SOC_AK4671 imply SND_SOC_AK5386 @@ -625,11 +624,6 @@ config SND_SOC_AK4619 tristate "AKM AK4619 CODEC" depends on I2C -config SND_SOC_AK4641 - tristate - depends on I2C - depends on GPIOLIB_LEGACY - config SND_SOC_AK4642 tristate "AKM AK4642 CODEC" depends on I2C |
