]> git.pld-linux.org Git - packages/kernel.git/blame - 01-sound.diff
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / 01-sound.diff
CommitLineData
ea2f4d76 1diff -urN linux-sound/drivers/sound/via82cxxx_audio.c linux/drivers/sound/via82cxxx_audio.c
2--- linux-sound/drivers/sound/via82cxxx_audio.c 2002-08-02 20:39:44.000000000 -0400
3+++ linux/drivers/sound/via82cxxx_audio.c 2002-12-07 04:28:04.000000000 -0500
4@@ -40,7 +40,6 @@
5 #include "dev_table.h"
6 #include "mpu401.h"
7
8-
9 #undef VIA_DEBUG /* define to enable debugging output and checks */
10 #ifdef VIA_DEBUG
11 /* note: prints function name for you */
12@@ -354,6 +353,8 @@
13 static struct pci_device_id via_pci_tbl[] __initdata = {
14 { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_82C686_5,
15 PCI_ANY_ID, PCI_ANY_ID, },
16+ { PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8233_5,
17+ PCI_ANY_ID, PCI_ANY_ID, },
18 { 0, }
19 };
20 MODULE_DEVICE_TABLE(pci,via_pci_tbl);
This page took 0.083335 seconds and 4 git commands to generate.