[PATCH] ASoC: amd: drop unused Kconfig symbols

Randy Dunlap posted 1 patch 1 month, 1 week ago
sound/soc/amd/Kconfig     |    2 --
sound/soc/amd/acp/Kconfig |    1 -
2 files changed, 3 deletions(-)
[PATCH] ASoC: amd: drop unused Kconfig symbols
Posted by Randy Dunlap 1 month, 1 week ago
Remove the dangling Kconfig references to CLK_FIXED_FCH since they
are not used anywhere else in the kernel source tree.

Fixes: 281ddf62f551 ("ASoC: amd: Kconfig: Select fch clock support with machine driver")
Fixes: d4c750f2c7d4 ("ASoC: amd: acp: Add generic machine driver support for ACP cards")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: linux-sound@vger.kernel.org
Cc: Jaroslav Kysela <perex@perex.cz>
Cc: Takashi Iwai <tiwai@suse.com>

 sound/soc/amd/Kconfig     |    2 --
 sound/soc/amd/acp/Kconfig |    1 -
 2 files changed, 3 deletions(-)

--- linux-next-20251219.orig/sound/soc/amd/acp/Kconfig
+++ linux-next-20251219/sound/soc/amd/acp/Kconfig
@@ -104,7 +104,6 @@ config SND_AMD_ASOC_ACP70
 config SND_SOC_AMD_MACH_COMMON
 	tristate
 	depends on X86 && PCI && I2C
-	select CLK_FIXED_FCH
 	select SND_SOC_RT5682_I2C
 	select SND_SOC_DMIC
 	select SND_SOC_RT1019
--- linux-next-20251219.orig/sound/soc/amd/Kconfig
+++ linux-next-20251219/sound/soc/amd/Kconfig
@@ -8,7 +8,6 @@ config SND_SOC_AMD_ACP
 
 config SND_SOC_AMD_CZ_DA7219MX98357_MACH
 	tristate "AMD CZ support for DA7219, RT5682 and MAX9835"
-	select CLK_FIXED_FCH
 	select SND_SOC_DA7219
 	select SND_SOC_RT5682_I2C
 	select SND_SOC_MAX98357A
@@ -45,7 +44,6 @@ config SND_SOC_AMD_ACP3x
 
 config SND_SOC_AMD_RV_RT5682_MACH
 	tristate "AMD RV support for RT5682"
-	select CLK_FIXED_FCH
 	select SND_SOC_RT5682_I2C
 	select SND_SOC_MAX98357A
 	select SND_SOC_CROS_EC_CODEC
Re: [PATCH] ASoC: amd: drop unused Kconfig symbols
Posted by Mark Brown 3 weeks, 4 days ago
On Sun, 28 Dec 2025 11:05:42 -0800, Randy Dunlap wrote:
> Remove the dangling Kconfig references to CLK_FIXED_FCH since they
> are not used anywhere else in the kernel source tree.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: amd: drop unused Kconfig symbols
      commit: 0bef51df7cf882e2b4ec0f7d52c311b09c850b9a

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