Hi, I just found this doc. If you search ont that page with intel-mac
or macbook
you’ll get some model available.
You can try by creating modprobe with:
# Create file `mac-sound.conf`
sudo touch /etc/modprobe.d/mac-sound.conf
# Adding configuration
sudo nano /etc/modprobe.d/mac-sound.conf
# Add following line, change <model> with some model available from doc.
options snd_hda_intel model=<model>
# Save with `ctrl + x` then reboot to see if it working or not. If not, you can try with different model.
Some reported by just using options snd_hda_intel model=intel-mac-auto
it will select automatically the model for mac audio.