Multiple Failed to Start errors on boot after latest update

Boot option snd_hda_intel.dmic_detect=0 shown in 1st screenshot was deprecated and replaced in 2020. Checking system journal will show a message to confirm this option has been deprecated and replaced:

snd_hda_intel 0000:00:1f.3: dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead

I suggest edit /etc/default/grub to remove snd_hda_intel.dmic_detect=0
and update GRUB - sudo update-grub

To add new modprobe option to disable internal digital microphone

echo 'options snd-intel-dspcfg dsp_driver=1' | sudo tee /etc/modprobe.d/alsa-sof.conf