Changeset 499 for GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/als4000.c
- Timestamp:
- Jul 5, 2010, 11:51:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/als4000.c
r426 r499 69 69 #include <linux/init.h> 70 70 #include <linux/pci.h> 71 #include <linux/slab.h>72 71 #include <linux/gameport.h> 73 72 #include <linux/moduleparam.h> … … 118 117 }; 119 118 120 static struct pci_device_id snd_als4000_ids[]= {119 static DEFINE_PCI_DEVICE_TABLE(snd_als4000_ids) = { 121 120 { 0x4005, 0x4000, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, }, /* ALS4000 */ 122 121 { 0, }
Note:
See TracChangeset
for help on using the changeset viewer.