Changeset 35 for GPL/trunk/alsa-kernel/pci/ymfpci/ymfpci.c
- Timestamp:
- Dec 13, 2005, 9:08:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/ymfpci/ymfpci.c
r34 r35 191 191 } 192 192 chip->fm_res = fm_res; 193 chip->mpu_res = mpu_res; 193 chip->mpu_res = mpu_res; 194 card->private_data = chip; 195 194 196 strcpy(card->driver, str); 195 197 sprintf(card->shortname, "Yamaha DS-XG (%s)", str); … … 270 272 271 273 static struct pci_driver driver = { 272 0,0,0,"Yamaha DS-XG PCI", 273 snd_ymfpci_ids, 274 snd_card_ymfpci_probe, 275 snd_card_ymfpci_remove, 276 SND_PCI_PM_CALLBACKS 274 .name = "Yamaha DS-1 PCI", 275 .id_table = snd_ymfpci_ids, 276 .probe = snd_card_ymfpci_probe, 277 .remove = snd_card_ymfpci_remove, 278 #ifdef CONFIG_PM 279 .suspend = snd_ymfpci_suspend, 280 .resume = snd_ymfpci_resume, 281 #endif 277 282 }; 283 278 284 279 285 static int __init alsa_card_ymfpci_init(void)
Note:
See TracChangeset
for help on using the changeset viewer.