reproduce: # https://github.com/intel/linux-intel-lts/commit/de692204713be32e05da7a35e4fde9aca288e4d1 git remote add intel-lts https://github.com/intel/linux-intel-lts.git git fetch --no-tags intel-lts 5.15/android_t git checkout de692204713be32e05da7a35e4fde9aca288e4d1 # 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_DMIC --selectors CONFIG_SND_SOC_INTEL_AVS_MACH_DMIC -a=alpha # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=alpha olddefconfig