[PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA

Nathan Chancellor posted 3 patches 1 week, 5 days ago
sound/soc/codecs/Kconfig | 9 +++++----
sound/soc/sdca/Kconfig   | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
[PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA
Posted by Nathan Chancellor 1 week, 5 days ago
Hi all,

This series addresses the build failure I reported at [1]. The first
patch allows CONFIG_SND_SOC_SDCA to be selected by a user. The third
patch fixes the actual build failure by requiring CONFIG_SND_SOC_SDCA to
enable CONFIG_SND_SOC_ES9356. The second patch is a standalone clean up
to make the third patch diff cleaner. If there are any issues, please
let me know.

[1]: https://lore.kernel.org/20260518224657.GA536765@ax162/

---
Nathan Chancellor (3):
      ASoC: SDCA: Make CONFIG_SND_SOC_SDCA a user selectable symbol
      ASoC: codecs: Adjust indentation in CONFIG_SND_SOC_ES9356 definition
      ASoC: es9356-sdca: Depend on CONFIG_SND_SOC_SDCA

 sound/soc/codecs/Kconfig | 9 +++++----
 sound/soc/sdca/Kconfig   | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)
---
base-commit: 2fd19f0d589e703c767949b1861b2cf8c2a6de12
change-id: 20260526-es9356-dep-fixes-772839de1b85

Best regards,
--  
Cheers,
Nathan
Re: [PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA
Posted by Mark Brown 1 week, 5 days ago
On Tue, 26 May 2026 14:53:11 -0700, Nathan Chancellor wrote:
> ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA
> 
> Hi all,
> 
> This series addresses the build failure I reported at [1]. The first
> patch allows CONFIG_SND_SOC_SDCA to be selected by a user. The third
> patch fixes the actual build failure by requiring CONFIG_SND_SOC_SDCA to
> enable CONFIG_SND_SOC_ES9356. The second patch is a standalone clean up
> to make the third patch diff cleaner. If there are any issues, please
> let me know.
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: SDCA: Make CONFIG_SND_SOC_SDCA a user selectable symbol
      https://git.kernel.org/broonie/sound/c/0eb827875fcb
[2/3] ASoC: codecs: Adjust indentation in CONFIG_SND_SOC_ES9356 definition
      https://git.kernel.org/broonie/sound/c/c73be330f475
[3/3] ASoC: es9356-sdca: Depend on CONFIG_SND_SOC_SDCA
      https://git.kernel.org/broonie/sound/c/51d82ef5ee4c

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