>From 405f625907a6f26b588eab9cc1fb9f0ab5ed98aa Mon Sep 17 00:00:00 2001 From: Daniel T. Chen Date: Mon, 21 Aug 2006 19:59:54 -0400 Subject: [PATCH] [UBUNTU:sound/pci/hda/] Add missing sub{vendor,device} ids for Intel 915 and D102GGC boards UpstreamStatus: Added in upstream alsa-kernel hg changeset: f50a636df42a [http://hg-mirror.alsa-project.org/alsa-kernel?cmd=changeset;node=f50a636df42ad472d550ad9eefc990c0d60c6b95;style=raw] This commit from Tobin Davis adds several missing sub{vendor,device} ids to the Realtek HDA codec. Signed-off-by: Daniel T Chen --- sound/pci/hda/patch_realtek.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 18e1db1..9d83ef8 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2105,7 +2105,10 @@ static struct hda_board_config alc880_cf { .pci_subvendor = 0x8086, .pci_subdevice = 0xe20f, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe210, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe211, .config = ALC880_3ST }, + { .pci_subvendor = 0x8086, .pci_subdevice = 0xe212, .config = ALC880_3ST }, + { .pci_subvendor = 0x8086, .pci_subdevice = 0xe213, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe214, .config = ALC880_3ST }, + { .pci_subvendor = 0x8086, .pci_subdevice = 0xe234, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe302, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe303, .config = ALC880_3ST }, { .pci_subvendor = 0x8086, .pci_subdevice = 0xe304, .config = ALC880_3ST }, @@ -5020,6 +5023,8 @@ static struct hda_board_config alc883_cf { .modelname = "3stack-6ch", .config = ALC883_3ST_6ch }, { .pci_subvendor = 0x108e, .pci_subdevice = 0x534d, .config = ALC883_3ST_6ch }, + { .pci_subvendor = 0x8086, .pci_subdevice = 0xd601, + .config = ALC883_3ST_6ch }, /* D102GGC */ { .modelname = "6stack-dig", .config = ALC883_6ST_DIG }, { .pci_subvendor = 0x1462, .pci_subdevice = 0x6668, .config = ALC883_6ST_DIG }, /* MSI */ -- 1.4.1