From: Davide Libenzi Add the subsystem PCI devid to the list. Signed-off-by: Davide Libenzi Signed-off-by: Andrew Morton --- sound/pci/hda/patch_realtek.c | 1 + 1 files changed, 1 insertion(+) diff -puN sound/pci/hda/patch_realtek.c~sound-support-for-vaio-ra826g-hda sound/pci/hda/patch_realtek.c --- devel/sound/pci/hda/patch_realtek.c~sound-support-for-vaio-ra826g-hda 2005-09-04 14:39:06.000000000 -0700 +++ devel-akpm/sound/pci/hda/patch_realtek.c 2005-09-04 14:39:06.000000000 -0700 @@ -1526,6 +1526,7 @@ static struct hda_board_config alc880_cf /* Back 3 jack, front 2 jack (Internal add Aux-In) */ { .pci_subvendor = 0x1025, .pci_subdevice = 0xe310, .config = ALC880_3ST }, { .pci_subvendor = 0x104d, .pci_subdevice = 0x81d6, .config = ALC880_3ST }, + { .pci_subvendor = 0x104d, .pci_subdevice = 0x81a0, .config = ALC880_3ST }, /* Back 3 jack plus 1 SPDIF out jack, front 2 jack */ { .modelname = "3stack-digout", .config = ALC880_3ST_DIG }, _