After installing Ubuntu 20.04, I noticed that sound is not working on my system.
aplay -l was giving me Sound card not detected error.
Running inxi -A | grep driver gave me ... driver: sof-audio-pci
I tried some solutions on AskUbuntu, but they did not work and all of them used driver snd_hda_intel. Other pages said that firmwares for this driver are not shipped with distribution.
Is it possible to make sound work for Ubuntu 20.04?
snd_hda_intel.dmic_detect=0is now deprecated. What fixed the problem for me wassnd-intel-dspcfg.dsp_driver. The value=3, using SOF driver, was the right one for me to get speakers+headphones+microphone working. – PLNech Feb 02 '24 at 10:54Meteor Lake-P HD Audio ControllerRedmiBook Pro 16card 0: sofhdadsp [sof-hda-dsp], device 0: HDA AnalogThe above solution finally fixed my laptop's audio issue!
It's my understanding from page 6 of google that our audio setup is too new for ubuntu to figure out on its own. Good luck!
– Shon Jun 01 '24 at 05:24