]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ASoC: SOF: Intel: Let SND_SOF_SOF_HDA_SDW_BPT select SND_HDA_EXT_CORE
authorBard Liao <yung-chuan.liao@linux.intel.com>
Fri, 21 Mar 2025 02:30:32 +0000 (10:30 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 31 Mar 2025 06:57:26 +0000 (12:27 +0530)
CONFIG_SND_HDA_EXT_CORE is required for CONFIG_SND_SOF_SOF_HDA_SDW_BPT.

Fixes: 5d5cb86fb46e ("ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503170249.iPSBJSf5-lkp@intel.com/
Closes: https://lore.kernel.org/oe-kbuild-all/202503162042.2cNgaBmC-lkp@intel.com/
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Mark Brown <broonie@kernel.org>
Acked-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20250321023032.7420-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
sound/soc/sof/intel/Kconfig

index fae3598fd601a1d487edaa19b8fbaaa9d3d783ce..dc1d21de4ab792565a7f1fae842cce55949a4acb 100644 (file)
@@ -345,6 +345,7 @@ endif ## SND_SOC_SOF_HDA_GENERIC
 
 config SND_SOF_SOF_HDA_SDW_BPT
        tristate
+       select SND_HDA_EXT_CORE
        help
          This option is not user-selectable but automagically handled by
          'select' statements at a higher level.