Changeset 277 for GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
- Timestamp:
- Dec 14, 2007, 8:27:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/intel8x0.c
r260 r277 34 34 #include <linux/pci.h> 35 35 #include <linux/slab.h> 36 #include <linux/gameport.h> 36 37 #include <sound/core.h> 37 38 #include <sound/pcm.h> … … 3242 3243 } 3243 3244 3244 #if 0 // fixme to be gone?3245 3245 static void __devexit snd_intel8x0_joystick_remove(struct pci_dev *pci) 3246 3246 { … … 3258 3258 pci_write_config_word(pci, 0xe6, val); 3259 3259 } 3260 #endif // fixme to be gone3261 3260 3262 3261 static struct pci_device_id snd_intel8x0_joystick_ids[] = { … … 3279 3278 .id_table = snd_intel8x0_joystick_ids, 3280 3279 .probe = snd_intel8x0_joystick_probe, 3280 .remove = __devexit_p(snd_intel8x0_joystick_remove), 3281 3281 }; 3282 3282 3283 static int have_joystick; 3283 3284 #endif
Note:
See TracChangeset
for help on using the changeset viewer.