Changeset 499 for GPL/branches/uniaud32-2.1.x/alsa-kernel/pci/cs5530.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/cs5530.c
r455 r499 40 40 #include <linux/moduleparam.h> 41 41 #include <linux/pci.h> 42 #include <linux/slab.h> 42 43 #include <sound/core.h> 43 44 #include <sound/sb.h> … … 59 60 }; 60 61 61 static struct pci_device_id snd_cs5530_ids[]= {62 static DEFINE_PCI_DEVICE_TABLE(snd_cs5530_ids) = { 62 63 {PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_AUDIO, PCI_ANY_ID, 63 64 PCI_ANY_ID, 0, 0},
Note:
See TracChangeset
for help on using the changeset viewer.