From: Jason Gaston Add the Intel ICH8 HD Audio device ID to the hda_intel.c audio driver. Signed-off-by:  Jason Gaston Signed-off-by: Andrew Morton --- sound/pci/hda/hda_intel.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN sound/pci/hda/hda_intel.c~hda_intel-patch-for-intel-ich8 sound/pci/hda/hda_intel.c --- 25/sound/pci/hda/hda_intel.c~hda_intel-patch-for-intel-ich8 Fri Jan 13 17:54:05 2006 +++ 25-akpm/sound/pci/hda/hda_intel.c Fri Jan 13 17:54:05 2006 @@ -76,6 +76,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}, "{Intel, ICH6M}," "{Intel, ICH7}," "{Intel, ESB2}," + "{Intel, ICH8 }," "{ATI, SB450}," "{VIA, VT8251}," "{VIA, VT8237A}," @@ -1587,6 +1588,7 @@ static struct pci_device_id azx_ids[] = { 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH6 */ { 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH7 */ { 0x8086, 0x269a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ESB2 */ + { 0x8086, 0x284b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* ICH8 */ { 0x1002, 0x437b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ATI }, /* ATI SB450 */ { 0x1106, 0x3288, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_VIA }, /* VIA VT8251/VT8237A */ { 0x1039, 0x7502, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_SIS }, /* SIS966 */ _