]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
e8695e91c2ee9b9dae6cf7eccaeced70315c7a65
[thirdparty/kernel/stable-queue.git] /
1 From ea3541961376f733373839cc90493aafa8a7f733 Mon Sep 17 00:00:00 2001
2 From: Christian Lachner <gladiac@gmail.com>
3 Date: Sat, 29 Jan 2022 12:32:43 +0100
4 Subject: ALSA: hda/realtek: Fix silent output on Gigabyte X570 Aorus Xtreme after reboot from Windows
5
6 From: Christian Lachner <gladiac@gmail.com>
7
8 commit ea3541961376f733373839cc90493aafa8a7f733 upstream.
9
10 This commit switches the Gigabyte X570 Aorus Xtreme from using the
11 ALC1220_FIXUP_CLEVO_P950 to the ALC1220_FIXUP_GB_X570 quirk. This fixes
12 the no-audio after reboot from windows problem.
13
14 BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=205275
15 Signed-off-by: Christian Lachner <gladiac@gmail.com>
16 Cc: <stable@vger.kernel.org>
17 Link: https://lore.kernel.org/r/20220129113243.93068-4-gladiac@gmail.com
18 Signed-off-by: Takashi Iwai <tiwai@suse.de>
19 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20 ---
21 sound/pci/hda/patch_realtek.c | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 --- a/sound/pci/hda/patch_realtek.c
25 +++ b/sound/pci/hda/patch_realtek.c
26 @@ -2586,7 +2586,7 @@ static const struct snd_pci_quirk alc882
27 SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte EP45-DS3/Z87X-UD3H", ALC889_FIXUP_FRONT_HP_NO_PRESENCE),
28 SND_PCI_QUIRK(0x1458, 0xa0b8, "Gigabyte AZ370-Gaming", ALC1220_FIXUP_GB_DUAL_CODECS),
29 SND_PCI_QUIRK(0x1458, 0xa0cd, "Gigabyte X570 Aorus Master", ALC1220_FIXUP_GB_X570),
30 - SND_PCI_QUIRK(0x1458, 0xa0ce, "Gigabyte X570 Aorus Xtreme", ALC1220_FIXUP_CLEVO_P950),
31 + SND_PCI_QUIRK(0x1458, 0xa0ce, "Gigabyte X570 Aorus Xtreme", ALC1220_FIXUP_GB_X570),
32 SND_PCI_QUIRK(0x1458, 0xa0d5, "Gigabyte X570S Aorus Master", ALC1220_FIXUP_GB_X570),
33 SND_PCI_QUIRK(0x1462, 0x11f7, "MSI-GE63", ALC1220_FIXUP_CLEVO_P950),
34 SND_PCI_QUIRK(0x1462, 0x1228, "MSI-GP63", ALC1220_FIXUP_CLEVO_P950),