]> www.infradead.org Git - users/dwmw2/linux.git/commit
ASoC: Intel: Kconfig: Only select SND_SOC_SDCA if ACPI is enabled
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>
Thu, 7 Nov 2024 10:02:03 +0000 (12:02 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 8 Nov 2024 13:35:26 +0000 (13:35 +0000)
commitc5bbc47f8e094f4489934a244ee1c14947a5075e
treeb3d4d41dd5c60547ee466e3b19f50d84912c729f
parentb4b3622c5cf3dd171afe7c78b1a277a609c8e609
ASoC: Intel: Kconfig: Only select SND_SOC_SDCA if ACPI is enabled

The SDCA module have hard dependency to compile on ACPI, it can only be
selected if ACPI is also enabled.
The SDCA header provides inline prototypes for other modules to compile in
case SND_SOC_SDCA is not enabled.

Fixes: 845cb1ddf1fc ("ASoC: Intel: Kconfig: select SND_SOC_SDCA by SND_SOC_ACPI_INTEL_SDCA_QUIRKS")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202411070806.UhCRpZok-lkp@intel.com/
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://patch.msgid.link/20241107100204.24952-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig