]> Git Repo - linux.git/commitdiff
ALSA: hda - Add Sony VAIO quirk for ALC269
authorDavid Henningsson <[email protected]>
Mon, 23 Aug 2010 06:14:35 +0000 (08:14 +0200)
committerTakashi Iwai <[email protected]>
Thu, 26 Aug 2010 06:36:46 +0000 (08:36 +0200)
The attached patch enables playback on a Sony VAIO machine.

BugLink: http://launchpad.net/bugs/618271
Signed-off-by: David Henningsson <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index a4dd04524e4391ce7d47f76196b6eeca5e6e9f85..627bf99633681483242a7559a9eaef878c3f7605 100644 (file)
@@ -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),
        {}
 };
 
This page took 0.07745 seconds and 4 git commands to generate.