Message ID | 20240204091424.38306-1-masahiroy@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 8f501d29c7a6a03303c1a085fd27948e1edb0c90 |
Headers | show |
Series | [v2] ASoC: pxa: remove duplicated CONFIG_SND_PXA2XX_AC97 entry | expand |
On Sun, 04 Feb 2024 18:14:24 +0900, Masahiro Yamada wrote: > 'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with > a prompt. > > Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly > added the second one to sound/soc/pxa/Kconfig. > > Remove it. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: pxa: remove duplicated CONFIG_SND_PXA2XX_AC97 entry commit: 8f501d29c7a6a03303c1a085fd27948e1edb0c90 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index f03c74809324..e05d6ce4c8fa 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -8,9 +8,6 @@ config SND_PXA2XX_SOC the PXA2xx AC97, I2S or SSP interface. You will also need to select the audio interfaces to support below. -config SND_PXA2XX_AC97 - tristate - config SND_PXA2XX_SOC_AC97 tristate "SoC AC97 support for PXA2xx" depends on SND_PXA2XX_SOC
'config SND_PXA2XX_AC97' is already present in sound/arm/Kconfig with a prompt. Commit 734c2d4bb7cf ("[ALSA] ASoC pxa2xx build support") redundantly added the second one to sound/soc/pxa/Kconfig. Remove it. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> --- Changes in v2: - Change the commit subject sound/soc/pxa/Kconfig | 3 --- 1 file changed, 3 deletions(-)