Instal sof-firmware as described in Arch Linux Wiki:
sudo pacman -S sof-firmwareConfigure PulseAudio to load Alsa modules with the correct device and channel settings, by adding these two lines to /etc/pulse/default.pa:
load-module module-alsa-sink device=hw:0,0 channels=2
load-module module-alsa-source device=hw:0,6 channels=2
Reboot your computer:
sudo reboot 0
Open a terminal and configure the alsamixer to use the sof-firmware:
alsamixerPress F6, and select sof-hda-dsp.
Store this configuration as default (to persist in the next boot):
sudo alsactl storeIf you do not see sof-hda-dsp in alsamixer, blacklist some modules in /etc/modprobe.d/blacklist.conf:
shellblacklist snd_hda_intel
blacklist snd_soc_skl
worked, thanks