--- linux.18p9/drivers/sound/i810_audio.c Mon Feb 11 16:11:56 2002 +++ linux.18p9-ac2/drivers/sound/i810_audio.c Sun Feb 10 01:53:42 2002 @@ -110,6 +110,9 @@ #ifndef PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO #define PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO 0x01b1 #endif +#ifndef PCI_DEVICE_ID_AMD_768_AUDIO +#define PCI_DEVICE_ID_AMD_768_AUDIO 0x7445 +#endif static int ftsodell=0; static int strict_clocking=0; @@ -231,7 +234,8 @@ INTELICH2, INTELICH3, SI7012, - NVIDIA_NFORCE + NVIDIA_NFORCE, + AMD768 }; static char * card_names[] = { @@ -241,7 +245,8 @@ "Intel ICH2", "Intel ICH3", "SiS 7012", - "NVIDIA nForce Audio" + "NVIDIA nForce Audio", + "AMD 768" }; static struct pci_device_id i810_pci_tbl [] __initdata = { @@ -259,6 +264,8 @@ PCI_ANY_ID, PCI_ANY_ID, 0, 0, SI7012}, {PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_MCP1_AUDIO, PCI_ANY_ID, PCI_ANY_ID, 0, 0, NVIDIA_NFORCE}, + {PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_768_AUDIO, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, AMD768}, {0,} };