I own a MSI GP73, where I'm facing the same problem like it was described in Bug 204159 for a MSI GL73. Also the described workaround (using snd_hda_intel.model=clevo-p950) is working. If I read https://bugzilla.kernel.org/attachment.cgi?id=284775&action=diff correct, then the following line is missing: SND_PCI_QUIRK(0x1462, 0x1229, "MSI-GP73", ALC1220_FIXUP_CLEVO_P950), My lspci output: 00:1f.3 Audio device [0403]: Intel Corporation Cannon Lake PCH cAVS [8086:a348] (rev 10) DeviceName: Onboard - Sound Subsystem: Micro-Star International Co., Ltd. [MSI] Cannon Lake PCH cAVS [1462:1229] Could you add the quirk, please?
Thanks for the reprot. I merged now the fix in sound.git tree to be included in 5.11 kernel (and later backported to stable tree), commit 09926202e939fd699650ac0fc0baa5757e069390 ALSA: hda/realtek: Add quirk for MSI-GP73
Thank you! :-)