Skip to content

Commit b265047

Browse files
committed
ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries
Just re-order the alc882_fixup_tbl[] entries for Acer devices for avoiding the oversight of the duplicated or unapplied item in future. No functional changes. Also Cc-to-stable for the further patch applications. Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20210428112704.23967-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent a3ffceb commit b265047

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2470,13 +2470,13 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
24702470
ALC882_FIXUP_ACER_ASPIRE_8930G),
24712471
SND_PCI_QUIRK(0x1025, 0x0146, "Acer Aspire 6935G",
24722472
ALC882_FIXUP_ACER_ASPIRE_8930G),
2473+
SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2474+
ALC882_FIXUP_ACER_ASPIRE_4930G),
2475+
SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
24732476
SND_PCI_QUIRK(0x1025, 0x015e, "Acer Aspire 6930G",
24742477
ALC882_FIXUP_ACER_ASPIRE_4930G),
24752478
SND_PCI_QUIRK(0x1025, 0x0166, "Acer Aspire 6530G",
24762479
ALC882_FIXUP_ACER_ASPIRE_4930G),
2477-
SND_PCI_QUIRK(0x1025, 0x0142, "Acer Aspire 7730G",
2478-
ALC882_FIXUP_ACER_ASPIRE_4930G),
2479-
SND_PCI_QUIRK(0x1025, 0x0155, "Packard-Bell M5120", ALC882_FIXUP_PB_M5210),
24802480
SND_PCI_QUIRK(0x1025, 0x021e, "Acer Aspire 5739G",
24812481
ALC882_FIXUP_ACER_ASPIRE_4930G),
24822482
SND_PCI_QUIRK(0x1025, 0x0259, "Acer Aspire 5935", ALC889_FIXUP_DAC_ROUTE),

0 commit comments

Comments
 (0)