reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git/commit/?id=b6bd3f3b6357f727a177f31861144788eceda3c1 git remote add broonie-ci https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git git fetch --no-tags broonie-ci 20241106_yung_chuan_liao_asoc_intel_kconfig_fix_undefined_symbol_sdca_device_quirk_match_issue git checkout b6bd3f3b6357f727a177f31861144788eceda3c1 # choose either of the following two methods to reproduce the issue # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_SND_SOC_ACPI_INTEL_MATCH --selectors CONFIG_SND_SOC_SOF_INTEL_COMMON -a=x86_64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=x86_64 olddefconfig