diff options
author | David Henningsson <david.henningsson@canonical.com> | 2010-08-23 08:14:35 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-26 08:36:46 +0200 |
commit | dbbcbc073ad3132bfbc410b11546b2fb4bdf2568 (patch) | |
tree | b71fcf040ea61d1b2f84b258fdd097dbd2c781ec /sound | |
parent | 6f0ef6ea1d11ef242de584e345355b0de756fcb2 (diff) |
ALSA: hda - Add Sony VAIO quirk for ALC269
The attached patch enables playback on a Sony VAIO machine.
BugLink: http://launchpad.net/bugs/618271
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 a4dd04524e4..627bf996336 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), {} }; |