]> git.pld-linux.org Git - packages/kernel.git/blob - 01-sound.diff
- obsolete
[packages/kernel.git] / 01-sound.diff
1 diff -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.0794 seconds and 3 git commands to generate.