Closed rautyrauty closed 5 months ago
no it's a different problem. The SOF driver detects the presence of a SoundWire interface, but that doesn't seem to be quite right
[ 3.716309] sof-audio-pci-intel-tgl 0000:00:1f.3: hda codecs found, mask 1
tell us you have an HDaudio codec, so the ACPI stuff provided by Huawei seems all wrong.
You would need to try to apply this patch:
https://github.com/thesofproject/linux/pull/4963
https://github.com/thesofproject/linux/commit/639f508e6ebc3ebb339d49e871b9c751d63fc1d2.patch
Everything works with this patch - both the built-in microphone and the speakers. Please tell me in which version of the kernel should I wait for it?
It's commit 5a7543d0ca01d68d992f480d151efd693807e0ce, should be in 6.10 in about 6 weeks.
Ok. Thank you for your work!
alsa-info: http://alsa-project.org/db/?f=6fe2a9a3a52a46e7afcb65274a90f8a6f7dd1346
dmesg, uname -r, aplay, arecord
When you turn on legacy mode (
options snd-intel-dspcfg dsp_driver=1
) the card with the HDA driver is detected, the sound starts working and the headset microphone works. The built-in microphone does not work on the default configuration or on the outdated one.Probably, same: https://github.com/thesofproject/linux/issues/4814