diff -urN linux-sound/drivers/sound/via82cxxx_audio.c linux/drivers/sound/via82cxxx_audio.c --- linux-sound/drivers/sound/via82cxxx_audio.c 2002-08-02 20:39:44.000000000 -0400 +++ linux/drivers/sound/via82cxxx_audio.c 2002-12-07 04:28:04.000000000 -0500 @@ -40,7 +40,6 @@ #include "dev_table.h" #include "mpu401.h" - #undef VIA_DEBUG /* define to enable debugging output and checks */ #ifdef VIA_DEBUG /* note: prints function name for you */ @@ -354,6 +353,8 @@ static struct pci_device_id via_pci_tbl[] __initdata = { { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5, PCI_ANY_ID, PCI_ANY_ID, }, + { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8233_5, + PCI_ANY_ID, PCI_ANY_ID, }, { 0, } }; MODULE_DEVICE_TABLE(pci,via_pci_tbl);