reproduce: # https://github.com/AsahiLinux/linux/commit/0602b407fa37a6fad397b3e1868bbb08181e0601 git remote add asahilinux https://github.com/AsahiLinux/linux git fetch --no-tags asahilinux bits/070-audio git checkout 0602b407fa37a6fad397b3e1868bbb08181e0601 # 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_REGULATOR_FIXED_VOLTAGE --selectors CONFIG_SND_SOC_APPLE_MACAUDIO -a=arm64 # 2. reproduce by make cd linux # download the config file from the "config:" link in the report, and save it as .config make ARCH=arm64 olddefconfig