reproduce: # https://github.com/jsarha/linux/commit/0b5ce6206cb013899ab47514f534db745ae7ae17 git remote add jsarha https://github.com/jsarha/linux git fetch --no-tags jsarha topic/cros-sof-v4.19 git checkout 0b5ce6206cb013899ab47514f534db745ae7ae17 # 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_MAX98373 --selectors CONFIG_SND_SOC_INTEL_CNL_MAX98373_MACH -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