![]() | |||||||||||
Messages in this thread Complete thread (EXPERIMENTAL)Patch in this message |
The only file this patch touch's is drivers/sound/via82cxxx_audio.c Please apply to current Linux Kernel 2.4.x Nathaniel Please CC me as I'm not subscribed to the list reddog83@chartermi.net [view this diff only] 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);
| ||||||||||
![]() | |||||||||||
| Last update: 2005-03-22 12:31 [W:0.166 / U:0.090 seconds] ©2003-2005 Jasper Spaans | |||||||||||