diff options
author | Takashi Iwai <tiwai@suse.de> | 2010-08-28 21:44:12 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-28 21:44:12 +0200 |
commit | 6a366725029c74827ca8d74361e02bca1804102e (patch) | |
tree | 79debcea0b55114c8cb42f2234eb7d4bdbaa5990 /sound | |
parent | 7a28826ac73d31a379d93785d8fbd24ab492b0bd (diff) | |
parent | dbbcbc073ad3132bfbc410b11546b2fb4bdf2568 (diff) | |
download | linux-6a366725029c74827ca8d74361e02bca1804102e.tar.bz2 |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound')
-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 a4dd04524e43..627bf9963368 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -14467,6 +14467,7 @@ static const struct alc_fixup alc269_fixups[] = { static struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), + SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), {} }; |