[PATCH 0/3] ASoC: Address es9356 build failures without CONFIG_SND_SOC_SDCA
From: Nathan Chancellor
Date: Tue May 26 2026 - 17:59:54 EST
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