Skip to content

Commit 763685d

Browse files
committed
ASoC: SOF: Intel: select SND_SOC_SDW_UTILS in SND_SOC_SOF_HDA_GENERIC
The "ASoC: SOF: Intel: use sof_sdw as default SDW machine driver" commit uses asoc_sdw_get_codec_info_list_count() and codec_info_list[] in the hda_sdw_machine_select() function. Select SND_SOC_SDW_UTILS to fix the function undefined issue. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202510220819.KrN5gjKL-lkp@intel.com/ Fixes: 5226d19 ("ASoC: SOF: Intel: use sof_sdw as default SDW machine driver") Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent b250b54 commit 763685d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/sof/intel/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ config SND_SOC_SOF_HDA_GENERIC
328328
select SND_INTEL_DSP_CONFIG
329329
select SND_SOC_SOF_HDA_LINK_BASELINE
330330
select SND_SOC_SOF_HDA_PROBES
331+
select SND_SOC_SDW_UTILS if SND_SOC_SOF_INTEL_SOUNDWIRE
331332
select SND_SOC_SOF_HDA_MLINK if SND_SOC_SOF_HDA_LINK
332333
help
333334
This option is not user-selectable but automagically handled by

0 commit comments

Comments
 (0)