Bug 211743
Summary: | alsa-utils crash with Dual ALC1220 Codec using MSI Godlike X570 Motherboard | ||
---|---|---|---|
Product: | Drivers | Reporter: | Aeonik (aeonik.chaos) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | tiwai |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.10.15 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
alsa-info output
Fix patch |
Description
Aeonik
2021-02-14 20:59:18 UTC
Could you try to pass the model=,dual-codecs to snd-hda-intel module (note the first comma that means an empty value for the first slot that is for Nvidia HD-audio)? If this works, we can cook up a patch to enable the quirk easily. The fix worked! Thanks so much Takashi! I am curious what the root cause was. There is a special setup for the boards with the dual codecs, and it's applied only for the known PCI SSID, where your device wasn't listed there. Now I submitted and merged the fix to upstream. Created attachment 295601 [details]
Fix patch
The fix will be included hopefully in 5.12-rc2 kernel and backported to stable trees later on. |