diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f6427cc12a28..b4e0959b1f9f 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -19246,6 +19246,7 @@ static const struct alc_fixup alc662_fixups[] = { | |||
19246 | }; | 19246 | }; |
19247 | 19247 | ||
19248 | static struct snd_pci_quirk alc662_fixup_tbl[] = { | 19248 | static struct snd_pci_quirk alc662_fixup_tbl[] = { |
19249 | SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD), | ||
19249 | SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD), | 19250 | SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD), |
19250 | {} | 19251 | {} |
19251 | }; | 19252 | }; |