reproduce:
        # https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git/commit/?id=3da860c6862d8068d5b337e9ccdb58d4487a38a2
        git remote add arm-platforms https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git
        git fetch --no-tags arm-platforms kvm-arm64/asahi-base-6.9
        git checkout 3da860c6862d8068d5b337e9ccdb58d4487a38a2
        # 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=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