Created attachment 299549 [details] The output of dmesg and lspci -v I have a Huawei Matebook D15 notebook with Intel Smart Sound Technology as sound card. SST includes speakers, microphone and headphone jack so none of the 3 work. Bluetooth and USB headphones work. I have already tried to change "options snd_intel_dspcfg dsp_driver" and reload alsa (alsa reload) for each value but nothing (only small changes in dmesg). The first lines of dmesg_dump.txt are errors because of the 'alsa reload' command. The log is verbose because I add some options from this web page: https://thesofproject.github.io/latest/getting_started/intel_debug/suggestions.html My sound card is listed in PCI so the last lines of dmesg_dump.txt are the output of the 'lspci -v' command aplay -l shows only 3 HDMI outputs with sof-hda-dsp
Created attachment 299551 [details] Output of lspci -v
While on Microsoft Windows 10 and 11 the sound is ok both speakers, microphone and headphone jack.
Created attachment 299563 [details] Output of dmesg (full log)
Created attachment 299565 [details] Output of lspci -vv
That seems like a known issue already tracked at https://github.com/thesofproject/linux/issues/3248 There's a set of devices based on the ES8316/36 I2S audio codec which needs dedicated quirks. In the existing reports the Huawei Matebook D15 is listed as using that codec. The latest experimental code we have is here: https://github.com/thesofproject/linux/pull/3107/commits If confirmed, can we track this on GitHub so that all results for this sort of devices are collected in one place? Thanks!