Merge branch 'fix/hda' into for-linus

+1
+1
sound/pci/hda/patch_realtek.c
··· 14467 14468 static struct snd_pci_quirk alc269_fixup_tbl[] = { 14469 SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), 14470 {} 14471 }; 14472
··· 14467 14468 static struct snd_pci_quirk alc269_fixup_tbl[] = { 14469 SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), 14470 + SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), 14471 {} 14472 }; 14473