Created attachment 287319 [details] My alsa info Pretty much the same problem as Bug 204159, but with my laptop being a MSI GP63 Leopard 8RE instead of an MSI GL73 9SE. They use the same audio card (ALC1220),and are just one generation apart, so I gather the mixer path mistake is the same. Would the fix be the same, but instead of: SND_PCI_QUIRK(0x1462, 0x1276, "MSI-GL73", ALC1220_FIXUP_CLEVO_P950), It would be: SND_PCI_QUIRK(0x1462, 0x1276, "MSI-GP63", ALC1220_FIXUP_CLEVO_P950), ?
Yours looks like 1462:1228, so replace 1276 with 1228 and check whether the quirk works.
Thanks for the quick reply. Will apply the patch this weekend and report back.
Thanks, it works! After patching the kernel, my built-in speakers work normally now.
OK, good to hear. I submitted and applied the fix to sound git tree, commit a655e2b107d463ce2745188ce050d07daed09a71 ALSA: hda/realtek - Apply quirk for MSI GP63, too It'll be included in the next pull request for 5.6-rc3 and will be backported to stable trees later.