Bug 210793 - Please add snd quirk for MSI GP73 (related to Bug 204159)
Summary: Please add snd quirk for MSI GP73 (related to Bug 204159)
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Sound(ALSA) (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Jaroslav Kysela
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-19 17:48 UTC by Patrick
Modified: 2020-12-20 10:57 UTC (History)
1 user (show)

See Also:
Kernel Version: 5.9.0
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Patrick 2020-12-19 17:48:51 UTC
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?
Comment 1 Takashi Iwai 2020-12-20 08:11:22 UTC
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
Comment 2 Patrick 2020-12-20 10:57:14 UTC
Thank you! :-)

Note You need to log in before you can comment on or make changes to this bug.