You might try adding the SOF binaries if needed:
Please be sure to fully read the included instructions for installation.
If that does not work, you can try falling back the drivers to intel. You would need to edit your grub:
In your case, instead of adding nomodeset
which is the example given in that guide, you would add:
snd_hda_intel.dmic_detect=0
So your line would look like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
Remember to run
sudo update-grub
in terminal once you have saved your file changes.