Changeset 598 for GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.c
r464 r598 67 67 MODULE_PARM_DESC(enable, "Enable " DRIVER_NAME); 68 68 69 static struct pci_device_id snd_cs5535audio_ids[]= {69 static DEFINE_PCI_DEVICE_TABLE(snd_cs5535audio_ids) = { 70 70 { PCI_DEVICE(PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_CS5535_AUDIO) }, 71 71 { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_AUDIO) }, … … 390 390 static void __devexit snd_cs5535audio_remove(struct pci_dev *pci) 391 391 { 392 olpc_quirks_cleanup(); 392 393 snd_card_free(pci_get_drvdata(pci)); 393 394 pci_set_drvdata(pci, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.